imagemagick_light: remove heif dependency

See #42841
This commit is contained in:
Gabriel Ebner 2018-07-03 10:38:56 +02:00
parent af701cff96
commit 6fcf294a0b

View file

@ -16645,6 +16645,8 @@ with pkgs;
libxml2 = null;
openjpeg = null;
libwebp = null;
libheif = null;
libde265 = null;
};
imagemagick = callPackage ../applications/graphics/ImageMagick {
@ -16672,6 +16674,7 @@ with pkgs;
libxml2 = null;
openjpeg = null;
libwebp = null;
libheif = null;
});
imagemagick7 = lowPrio (imagemagick7Big.override {