summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-26 22:04:01 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-06-27 03:18:05 -0400
commit00be2a4a2e562d1e79bd4274e0d2f8940009ab33 (patch)
tree3785be0cb978ef7507d813baf183e3d6197e9d32 /pkgs/applications/graphics/hugin
parentbe579502287d0290e053c44620865258807c9bce (diff)
hugin: fix build with exiv2 0.27.1
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 6be43cffea54..d7888da15ef6 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, cmake, fetchurl, gnumake, makeWrapper, pkgconfig
+{ stdenv, cmake, fetchurl, gnumake, makeWrapper, pkgconfig, fetchpatch
, autopanosiftc, boost, cairo, enblend-enfuse, exiv2, fftw, flann, gettext
, glew, ilmbase, lcms2, lensfun, libjpeg, libpng, libtiff, libX11, libXi
, libXmu, libGLU_combined, openexr, panotools, perlPackages, sqlite, vigra, wxGTK, zlib
@@ -12,6 +12,14 @@ stdenv.mkDerivation rec {
sha256 = "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr";
};
+ patches = [
+ # Fixes build with exiv2 0.27.1
+ (fetchpatch {
+ url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/hugin-exiv2-0.27.1.patch?h=packages/hugin";
+ sha256 = "1yxvlpvrhyrfd2w6kwx1w3mncsvlzdhp0w7xchy8q6kc2kd5nf7r";
+ })
+ ];
+
buildInputs = [
boost cairo exiv2 fftw flann gettext glew ilmbase lcms2 lensfun libjpeg
libpng libtiff libX11 libXi libXmu libGLU_combined openexr panotools sqlite vigra