graphicsmagick: add heif support
This commit is contained in:
parent
537c6b7e42
commit
aeaf865ea9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user