Unverified Commit 7b570ac7 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

graphicsmagick: add heif support (#341202)

parents 4222114e aeaf865e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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