mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
fix linux 2.6.27 build, use make 3.81
svn path=/nixpkgs/trunk/; revision=25702
This commit is contained in:
parent
031edc4509
commit
68de75825e
@ -4815,7 +4815,8 @@ let
|
||||
};
|
||||
|
||||
linux_2_6_27 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.27.nix) {
|
||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||
inherit fetchurl perl mktemp module_init_tools;
|
||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||
kernelPatches =
|
||||
[ kernelPatches.fbcondecor_2_6_27
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
|
Loading…
Reference in New Issue
Block a user