libtiff: build with webp & zstd support
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
, lerc
|
||||
, libdeflate
|
||||
, libjpeg
|
||||
, libwebp
|
||||
, xz
|
||||
, zlib
|
||||
, zstd
|
||||
@@ -70,8 +71,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
propagatedBuildInputs = [
|
||||
libdeflate
|
||||
libjpeg
|
||||
# libwebp depends on us; this will cause infinite
|
||||
# recursion otherwise
|
||||
(libwebp.override { tiffSupport = false; })
|
||||
xz
|
||||
zlib
|
||||
zstd
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user