From ecb295e8c73e9d17ce133faf170cefbe26645308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 9 Mar 2012 13:35:45 +0000 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 209accde02c..49fdf1e28cb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {