imagemagick7: add heif support

This commit is contained in:
Gabriel Ebner 2018-07-01 11:05:59 +02:00
parent 055a355c0b
commit e683432895

View File

@ -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 ]