imagemagick: support JPEG2000

This commit is contained in:
Nikolay Amiantov 2016-04-23 19:32:08 +03:00
parent c4626ad354
commit 929b0d99c1
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, lcms2, openexr, libpng, librsvg, libtiff, libxml2
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg
}:
let
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ pkgconfig libtool zlib fontconfig freetype ghostscript libjpeg
openexr libpng librsvg libtiff libxml2
openexr libpng librsvg libtiff libxml2 openjpeg
];
propagatedBuildInputs =

View File

@ -12814,6 +12814,7 @@ in
librsvg = null;
libtiff = null;
libxml2 = null;
openjpeg = null;
};
imagemagick = self.imagemagickBig.override {