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:
parent
5b712643d9
commit
ecb295e8c7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user