mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
graphicsmagick: add heif support (#341202)
This commit is contained in:
commit
7b570ac79d
@ -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