0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

hugin: switch to openexr_3 (#375893)

This commit is contained in:
Christoph Hrdinka 2025-01-24 10:34:41 +01:00 committed by GitHub
commit 2f5bd177a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -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" \

View file

@ -13787,6 +13787,7 @@ with pkgs;
hugin = callPackage ../applications/graphics/hugin {
wxGTK = wxGTK32;
openexr = openexr_3;
};
huggle = libsForQt5.callPackage ../applications/misc/huggle { };