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:
commit
2f5bd177a3
2 changed files with 3 additions and 6 deletions
|
@ -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" \
|
||||
|
|
|
@ -13787,6 +13787,7 @@ with pkgs;
|
|||
|
||||
hugin = callPackage ../applications/graphics/hugin {
|
||||
wxGTK = wxGTK32;
|
||||
openexr = openexr_3;
|
||||
};
|
||||
|
||||
huggle = libsForQt5.callPackage ../applications/misc/huggle { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue