1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

modutils: Remove

This package is long obsolete.
This commit is contained in:
Eelco Dolstra 2013-01-28 18:21:16 +01:00
parent f7cc884de4
commit 24420373f4
2 changed files with 0 additions and 14 deletions

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl, bison, flex}:
stdenv.mkDerivation {
name = "modutils-2.4.27";
src = fetchurl {
url = mirror://kernel/linux/utils/kernel/modutils/v2.4/modutils-2.4.27.tar.bz2;
md5 = "bac989c74ed10f3bf86177fc5b4b89b6";
};
buildInputs = [bison flex];
}

View file

@ -6200,10 +6200,6 @@ let
inherit stdenv module_init_tools modules buildEnv;
};
modutils = callPackage ../os-specific/linux/modutils {
stdenv = overrideGCC stdenv gcc34;
};
multipath_tools = callPackage ../os-specific/linux/multipath-tools { };
nettools = callPackage ../os-specific/linux/net-tools { };