remove duplicate stdenv's
svn path=/nixpkgs/trunk/; revision=26736
This commit is contained in:
parent
5bd074a115
commit
36d95a3220
|
@ -4911,7 +4911,7 @@ let
|
||||||
kernelPatches = callPackage ../os-specific/linux/kernel/patches.nix { };
|
kernelPatches = callPackage ../os-specific/linux/kernel/patches.nix { };
|
||||||
|
|
||||||
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
|
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl perl mktemp module_init_tools;
|
||||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.fbcondecor_2_6_25
|
[ kernelPatches.fbcondecor_2_6_25
|
||||||
|
@ -4929,7 +4929,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
linux_2_6_28 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.28.nix) {
|
linux_2_6_28 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.28.nix) {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl perl mktemp module_init_tools;
|
||||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.fbcondecor_2_6_28
|
[ kernelPatches.fbcondecor_2_6_28
|
||||||
|
|
Loading…
Reference in New Issue