Author: viric
Date: 2010-06-14 12:16:37 +0000 (Mon, 14 Jun 2010)
New Revision: 22257

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22257&view=rev

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix

Log:
Fixing the stdenv-updates evaluation (a stdenv2 reference got in updating from 
trunk)



Changes:

Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix
===================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix     
2010-06-14 11:18:57 UTC (rev 22256)
+++ nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix     
2010-06-14 12:16:37 UTC (rev 22257)
@@ -8552,8 +8552,7 @@
   };
 
   simgrid = import ../applications/misc/simgrid {
-    inherit fetchurl cmake ruby;
-    stdenv = stdenv2;
+    inherit fetchurl stdenv cmake ruby;
   };
 
   skype_linux = import ../applications/networking/skype {

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to