about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c2747791ce589..9db2354da31f7 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 {