summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-09 13:35:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-09 13:35:45 +0000
commitecb295e8c73e9d17ce133faf170cefbe26645308 (patch)
tree8d29fa505bbea554752fc27a8f2d0c40027c43de
parent5b712643d9e88990f8e5fce4a19b1759f4788ec7 (diff)
downloadnixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar.gz
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar.bz2
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar.lz
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar.xz
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.tar.zst
nixpkgs-ecb295e8c73e9d17ce133faf170cefbe26645308.zip
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
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
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 {