Author: ludo
Date: Tue Jul 13 23:42:33 2010
New Revision: 22594
URL: https://svn.nixos.org/websvn/nix/?rev=22594&sc=1

Log:
Hugin: Use `stdenv2', for the CMake-related fixes.

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       Tue Jul 13 23:42:25 
2010        (r22593)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Tue Jul 13 23:42:33 
2010        (r22594)
@@ -8171,12 +8171,13 @@
   };
 
   hugin = import ../applications/graphics/hugin {
-    inherit fetchurl stdenv cmake panotools libtiff libpng boost pkgconfig
+    inherit fetchurl cmake panotools libtiff libpng boost pkgconfig
       exiv2 gettext ilmbase enblendenfuse autopanosiftc mesa freeglut
       glew;
     inherit wxGTK;
     inherit (xlibs) libXi libXmu;
     openexr = openexr_1_6_1;
+    stdenv = stdenv2;
   };
 
   i810switch = import ../applications/misc/i810 {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to