libyafaray: switch to openexr_3

This commit is contained in:
Augustin Trancart
2025-04-07 11:32:41 +02:00
parent 2ddb856be5
commit 016061732b
-6
View File
@@ -2,7 +2,6 @@
cmake,
fetchFromGitHub,
freetype,
ilmbase,
lib,
libjpeg,
libtiff,
@@ -33,10 +32,6 @@ stdenv.mkDerivation {
include/geometry/poly_double.h include/noise/noise_generator.h # gcc12
'';
preConfigure = ''
NIX_CFLAGS_COMPILE+=" -isystem ${ilmbase.dev}/include/OpenEXR"
'';
nativeBuildInputs = [
cmake
pkg-config
@@ -44,7 +39,6 @@ stdenv.mkDerivation {
buildInputs = [
freetype
ilmbase
libjpeg
libtiff
libxml2