Skip to content

Commit

Permalink
libyafaray: switch to openexr_3
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jan 26, 2025
1 parent b316c31 commit e18f1ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/by-name/li/libyafaray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
cmake,
fetchFromGitHub,
freetype,
ilmbase,
lib,
libjpeg,
libtiff,
Expand Down Expand Up @@ -33,18 +32,13 @@ stdenv.mkDerivation rec {
include/geometry/poly_double.h include/noise/noise_generator.h # gcc12
'';

preConfigure = ''
NIX_CFLAGS_COMPILE+=" -isystem ${ilmbase.dev}/include/OpenEXR"
'';

nativeBuildInputs = [
cmake
pkg-config
];

buildInputs = [
freetype
ilmbase
libjpeg
libtiff
libxml2
Expand Down

0 comments on commit e18f1ba

Please sign in to comment.