Hugin: Use `stdenv2', for the CMake-related fixes.
svn path=/nixpkgs/trunk/; revision=22594
This commit is contained in:
parent
29ee6afbea
commit
c167ef5ca5
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user