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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user