Reverting the set of GPL ghostscript as default, because it made imagemagick crash.

Eelco thinks it's about libpng versions mismatch.


svn path=/nixpkgs/trunk/; revision=32957
This commit is contained in:
Lluís Batlle i Rossell 2012-03-09 16:40:20 +00:00
parent 469d3f46be
commit 31cdac999c

View file

@ -8392,7 +8392,7 @@ let
ghostscript = callPackage ../misc/ghostscript {
x11Support = false;
cupsSupport = getConfig [ "ghostscript" "cups" ] true;
gnuFork = getConfig [ "ghostscript" "gnu" ] false;
gnuFork = getConfig [ "ghostscript" "gnu" ] true;
};
ghostscriptX = appendToName "with-X" (ghostscript.override {