diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index ec3ebc0bad6..35e12e8a8c7 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -36,11 +36,6 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - #preConfigure = if tetex != null then - # '' - # export DVIDecodeDelegate=${tetex}/bin/dvips - # '' else ""; - configureFlags = [ (mkEnable (libcl != null) "opencl") (mkWith true "modules") @@ -77,8 +72,6 @@ stdenv.mkDerivation rec { ] ++ optional (dejavu_fonts != null) "--with-dejavu-font-dir=${dejavu_fonts}/share/fonts/truetype/" ++ optional (ghostscript != null) "--with-gs-font-dir=${ghostscript}/share/ghostscript/fonts/"; - propagatedBuildInputs = [ ]; - buildInputs = [ pkgconfig libtool libcl perl jemalloc bzip2 zlib libX11 libXext libXt fftw libfpx djvulibre fontconfig freetype ghostscript graphviz jbigkit libjpeg