libtiff: Add ZSTD support

This commit is contained in:
Anger Jérémy 2024-05-15 12:05:24 +02:00
parent b8ae48c3c0
commit a4d0d49a52

View File

@ -12,6 +12,7 @@
, libjpeg
, xz
, zlib
, zstd
# for passthru.tests
, libgeotiff
@ -62,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
lerc
zstd
];
# TODO: opengl support (bogus configure detection)