mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
imagemagick: More cleanups
This commit is contained in:
parent
1f632813e4
commit
49e980fa32
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue