Skip to content

Commit

Permalink
imagemagick: add djvu support
Browse files Browse the repository at this point in the history
  • Loading branch information
pacien committed Jan 25, 2019
1 parent 5f106e8 commit 84f4d77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
, ApplicationServices
}:
Expand Down Expand Up @@ -53,7 +53,7 @@ stdenv.mkDerivation rec {

buildInputs =
[ zlib fontconfig freetype ghostscript
libpng libtiff libxml2 libheif
libpng libtiff libxml2 libheif djvulibre
]
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
[ openexr librsvg openjpeg ]
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
, ApplicationServices
}:
Expand Down Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation rec {

buildInputs =
[ zlib fontconfig freetype ghostscript
libpng libtiff libxml2 libheif libde265
libpng libtiff libxml2 libheif libde265 djvulibre
]
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
[ openexr librsvg openjpeg ]
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -17750,6 +17750,7 @@ in
freetype = null;
ghostscript = null;
libjpeg = null;
djvulibre = null;
lcms2 = null;
openexr = null;
libpng = null;
Expand Down Expand Up @@ -17779,6 +17780,7 @@ in
freetype = null;
ghostscript = null;
libjpeg = null;
djvulibre = null;
lcms2 = null;
openexr = null;
libpng = null;
Expand Down

0 comments on commit 84f4d77

Please sign in to comment.