mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
libtiff: Add ZSTD support
This commit is contained in:
parent
b8ae48c3c0
commit
a4d0d49a52
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user