about summary refs log tree commit diff
path: root/pkgs/applications/networking/ike
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30treewide: pkgs/applications: mark broken for aarch64-linuxRick van Schijndel1-0/+1
2021-04-04iproute: deprecate aliasSandro Jäckel1-2/+2
2021-03-03remove myself from a bunch of software I no longer use/maintainDomen Kožar1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-13ike: build with bison3Luka Blaskovic1-0/+5
2019-09-12ike: fix broken buildAaron Andersen1-4/+15
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2018-05-03treewide: remove platform assertionsMatthew Bauer1-2/+0
linux: readd assertion
2016-08-25treewide: fix darwin builds by referring to stdenv's libcFranz Pletz1-1/+1
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen1-1/+1
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-01-24treewide: Mass replace 'openssl}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2015-05-05fix "libc}/lib" and similar referencesVladimír Čunát1-1/+1
Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
2015-01-14rename occurrences of gcc.gcc to gcc.ccEric Seidel1-1/+1
2014-09-03move ike to applications/networking folderDomen Kožar1-0/+47