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

libyafaray: switch to openexr_3

This commit is contained in:
Augustin Trancart 2025-01-26 15:07:59 +01:00
parent 2ddb856be5
commit 016061732b

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