summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-26 16:14:38 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-26 16:55:00 +0100
commit29c3314fe4d547f5f21e228a26d41e6aa1db45a4 (patch)
tree52687f31f288bbac49f7294431e5d470e53ce2d9 /pkgs/applications/graphics/hugin
parentcb896a1e7f64697639a9cbfa05f9d05232573454 (diff)
hugin: add missing dependencies
https://hydra.nixos.org/build/33609995/nixlog/2/raw
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 97181cb0d1bf..338b3cf0f97e 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -1,6 +1,6 @@
{ stdenv, cmake, fetchurl, gnumake, pkgconfig, makeWrapper
, boost, gettext, tclap, wxGTK
-, freeglut, glew, libXi, libXmu, mesa
+, freeglut, glew, libX11, libXi, libXmu, mesa, cairo
, autopanosiftc, enblend-enfuse, exiv2, fftw, ilmbase, lensfun, libpng, libtiff
, openexr, panotools, perlPackages, sqlite, vigra
}:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
buildInputs = [ boost gettext tclap wxGTK
- freeglut glew libXi libXmu mesa
+ freeglut glew libX11 libXi libXmu mesa cairo
exiv2 fftw ilmbase lensfun libtiff libpng openexr panotools
sqlite vigra
perlPackages.ImageExifTool makeWrapper