Unverified Commit 2f5bd177 authored by Christoph Hrdinka's avatar Christoph Hrdinka Committed by GitHub
Browse files

hugin: switch to openexr_3 (#375893)

parents a8e27e4f f3e5d7a5
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
, flann
, gettext
, glew
, ilmbase
, lcms2
, lensfun
, libjpeg
@@ -25,7 +24,7 @@
, libXmu
, libGLU
, libGL
, openexr_3
, openexr
, panotools
, perlPackages
, sqlite
@@ -52,7 +51,6 @@ stdenv.mkDerivation rec {
    flann
    gettext
    glew
    ilmbase
    lcms2
    lensfun
    libjpeg
@@ -63,7 +61,7 @@ stdenv.mkDerivation rec {
    libXmu
    libGLU
    libGL
    openexr_3
    openexr
    panotools
    sqlite
    vigra
@@ -78,8 +76,6 @@ stdenv.mkDerivation rec {
  # disable installation of the python scripting interface
  cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];

  env.NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";

  postInstall = ''
    for p in $out/bin/*; do
      wrapProgram "$p" \
+1 −0
Original line number Diff line number Diff line
@@ -13787,6 +13787,7 @@ with pkgs;
  hugin = callPackage ../applications/graphics/hugin {
    wxGTK = wxGTK32;
    openexr = openexr_3;
  };
  huggle = libsForQt5.callPackage ../applications/misc/huggle { };