Merge pull request #290556 from l0b0/libtiff-lerc-support

libtiff: Add LERC compression support
This commit is contained in:
Ivan Mincik 2024-03-22 15:45:59 +00:00 committed by GitHub
commit 23c5b0de72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
, pkg-config
, sphinx
, lerc
, libdeflate
, libjpeg
, xz
@ -62,6 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
# sure cross-compilation works first!
nativeBuildInputs = [ autoreconfHook pkg-config sphinx ];
buildInputs = [
lerc
];
# TODO: opengl support (bogus configure detection)
propagatedBuildInputs = [
libdeflate