Setting GPL Ghostscript as default, instead of GNU ghostscript.

It looks like GPL Ghostscript has good support from upstream, and is more up to date,
in contrast to GNU's.


svn path=/nixpkgs/trunk/; revision=32953
This commit is contained in:
Lluís Batlle i Rossell 2012-03-09 13:35:45 +00:00
parent 5b712643d9
commit ecb295e8c7

View File

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