Author: ludo
Date: Thu Apr 7 09:57:41 2011
New Revision: 26733
URL: https://svn.nixos.org/websvn/nix/?rev=26733&sc=1
Log:
Linux 2.6.{25,28}: Use GNU Make 3.81.
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Apr 7 09:57:38
2011 (r26732)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Apr 7 09:57:41
2011 (r26733)
@@ -4912,6 +4912,7 @@
linux_2_6_25 = makeOverridable (import
../os-specific/linux/kernel/linux-2.6.25.nix) {
inherit fetchurl stdenv perl mktemp module_init_tools;
+ stdenv = overrideInStdenv stdenv [gnumake381];
kernelPatches =
[ kernelPatches.fbcondecor_2_6_25
kernelPatches.sec_perm_2_6_24
@@ -4929,6 +4930,7 @@
linux_2_6_28 = makeOverridable (import
../os-specific/linux/kernel/linux-2.6.28.nix) {
inherit fetchurl stdenv perl mktemp module_init_tools;
+ stdenv = overrideInStdenv stdenv [gnumake381];
kernelPatches =
[ kernelPatches.fbcondecor_2_6_28
kernelPatches.sec_perm_2_6_24
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits