Author: rob
Date: Thu Apr  7 11:26:41 2011
New Revision: 26736
URL: https://svn.nixos.org/websvn/nix/?rev=26736&sc=1

Log:
remove duplicate stdenv's

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:59:11 
2011        (r26735)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Thu Apr  7 11:26:41 
2011        (r26736)
@@ -4911,7 +4911,7 @@
   kernelPatches = callPackage ../os-specific/linux/kernel/patches.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];
     kernelPatches =
       [ kernelPatches.fbcondecor_2_6_25
@@ -4929,7 +4929,7 @@
   };
 
   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];
     kernelPatches =
       [ kernelPatches.fbcondecor_2_6_28
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to