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

svn path=/nixpkgs/trunk/; revision=22594
This commit is contained in:
Ludovic Courtès
2010-07-13 23:42:33 +00:00
parent 29ee6afbea
commit c167ef5ca5
+2 -1
View File
@@ -8171,12 +8171,13 @@ let
}; };
hugin = import ../applications/graphics/hugin { 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 exiv2 gettext ilmbase enblendenfuse autopanosiftc mesa freeglut
glew; glew;
inherit wxGTK; inherit wxGTK;
inherit (xlibs) libXi libXmu; inherit (xlibs) libXi libXmu;
openexr = openexr_1_6_1; openexr = openexr_1_6_1;
stdenv = stdenv2;
}; };
i810switch = import ../applications/misc/i810 { i810switch = import ../applications/misc/i810 {