imagemagick7: add heif support

wip/yesman
Gabriel Ebner 6 years ago
parent 055a355c0b
commit e683432895
  1. 4
      pkgs/applications/graphics/ImageMagick/7.0.nix

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
, ApplicationServices
, buildPlatform, hostPlatform
}:
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ zlib fontconfig freetype ghostscript
libpng libtiff libxml2
libpng libtiff libxml2 libheif
]
++ lib.optionals (!hostPlatform.isMinGW)
[ openexr librsvg openjpeg ]

Loading…
Cancel
Save