graphicsmagick: add heif support

This commit is contained in:
Hentioe
2024-09-11 22:50:33 +08:00
parent 537c6b7e42
commit aeaf865ea9
+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