mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user