libvips: use libpng instead of libspng

libspng is broken and seems unmaintained upstream
This commit is contained in:
K900
2025-06-03 13:26:27 +03:00
parent 22a3739796
commit 561a199fce
+3 -2
View File
@@ -32,7 +32,7 @@
libjpeg,
libjxl,
librsvg,
libspng,
libpng,
libtiff,
libwebp,
matio,
@@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
libjpeg
libjxl
librsvg
libspng
libpng
libtiff
libwebp
matio
@@ -125,6 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
[
(lib.mesonEnable "pdfium" false)
(lib.mesonEnable "nifti" false)
(lib.mesonEnable "spng" false) # we want to use libpng
(lib.mesonEnable "introspection" withIntrospection)
]
++ lib.optional (!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isFreeBSD) (