Skip to content

Commit

Permalink
krita: switch to openexr_3
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jan 22, 2025
1 parent 66292a4 commit 04d8b14
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/graphics/krita/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
libkdcraw,
lcms2,
gsl,
openexr,
openexr_3,
giflib,
libjxl,
mlt,
Expand Down Expand Up @@ -105,7 +105,7 @@ mkDerivation rec {
fribidi
lcms2
gsl
openexr
openexr_3
lager
libaom
libheif
Expand All @@ -132,9 +132,7 @@ mkDerivation rec {
python3Packages.pyqt5
];

env.NIX_CFLAGS_COMPILE = toString (
[ "-I${ilmbase.dev}/include/OpenEXR" ] ++ lib.optional stdenv.cc.isGNU "-Wno-deprecated-copy"
);
env.NIX_CFLAGS_COMPILE = toString ( lib.optional stdenv.cc.isGNU "-Wno-deprecated-copy");

# Krita runs custom python scripts in CMake with custom PYTHONPATH which krita determined in their CMake script.
# Patch the PYTHONPATH so python scripts can import sip successfully.
Expand Down

0 comments on commit 04d8b14

Please sign in to comment.