graphicsmagick: add heif support (#341202)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-13 03:35:30 +02:00
committed by GitHub
+2 -1
View File
@@ -14,6 +14,7 @@
, libtool
, libwebp
, libxml2
, libheifSupport ? true, libheif
, nukeReferences
, pkg-config
, quantumdepth ? 8
@@ -47,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
libwebp
libxml2
zlib
];
] ++ lib.optionals libheifSupport [ libheif ];
nativeBuildInputs = [
nukeReferences