summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-30 15:18:46 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-10-02 05:34:34 +0200
commit4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a (patch)
treeda986974a4349803d27db09250bcace5a0b949de /pkgs/applications/graphics/hugin
parent8c4505776438598da1b2eff675beafefe5dbafa0 (diff)
downloadnixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar.gz
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar.bz2
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar.lz
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar.xz
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.tar.zst
nixpkgs-4a92863fd55de5a1b73c3ba68c1dc1eb66dc841a.zip
enblend-enfuse: rename to actual package name
Retain old and unreadable "enblendenfuse" alias for compatibility.
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 88912cbda55..b11ed1a99df 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -1,7 +1,7 @@
 { stdenv, cmake, fetchurl, gnumake, pkgconfig
 , boost, gettext, tclap, wxGTK
 , freeglut, glew, libXi, libXmu, mesa
-, autopanosiftc, enblendenfuse, exiv2, ilmbase, lensfun, libpng, libtiff
+, autopanosiftc, enblend-enfuse, exiv2, ilmbase, lensfun, libpng, libtiff
 , openexr, panotools, perlPackages
 }:
 
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   # commandline tools needed by the hugin batch processor
   # you may have to tell hugin (in the preferences) where these binaries reside
-  propagatedUserEnvPackages = [ autopanosiftc enblendenfuse gnumake
+  propagatedUserEnvPackages = [ autopanosiftc enblend-enfuse gnumake
                                 perlPackages.ImageExifTool
                               ];