libnl: Remove old 3.2.19 version
This commit is contained in:
parent
e68bf778a5
commit
9f8804f664
@ -1,20 +0,0 @@
|
||||
|
||||
{stdenv, fetchurl, bison, flex}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libnl-3.2.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}files/${name}.tar.gz";
|
||||
sha256 = "12q97cw680hg4rylyd8j3d7azwwia4ndsv3kybd1ajp8hjni39ip";
|
||||
};
|
||||
|
||||
buildInputs = [ bison flex ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.infradead.org/~tgr/libnl/";
|
||||
description = "Linux NetLink interface library";
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -8057,7 +8057,6 @@ let
|
||||
libcgroup = callPackage ../os-specific/linux/libcgroup { };
|
||||
|
||||
libnl = callPackage ../os-specific/linux/libnl { };
|
||||
libnl_3_2_19 = callPackage ../os-specific/linux/libnl/3.2.19.nix { };
|
||||
|
||||
linuxConsoleTools = callPackage ../os-specific/linux/consoletools { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user