modutils: Remove
This package is long obsolete.
This commit is contained in:
parent
f7cc884de4
commit
24420373f4
@ -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];
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user