libtiff: Add LERC support

This commit is contained in:
Victor Engmark 2024-02-22 16:59:32 +13:00
parent 2ef849500f
commit ad60aa50e2
No known key found for this signature in database

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