From c167ef5ca5c826d37ab7c5b7377cc2791cfc843b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 13 Jul 2010 23:42:33 +0000 Subject: [PATCH] Hugin: Use `stdenv2', for the CMake-related fixes. svn path=/nixpkgs/trunk/; revision=22594 --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c2747791ce58..9db2354da31f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {