summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-08-30 13:50:14 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-08-30 13:50:14 +0000
commite4682568793da8ae95ffc578c70faa4b3bfe6692 (patch)
tree12b2ef82cb3a9b9e9807b6511e46c23991ca43c8 /pkgs/system/all-packages-generic.nix
parent860e14cd3dddd09b7d0e03635b8ec6bec100a918 (diff)
downloadnixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar.gz
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar.bz2
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar.lz
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar.xz
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.tar.zst
nixpkgs-e4682568793da8ae95ffc578c70faa4b3bfe6692.zip
* X11 support in Ghostscript.
svn path=/nixpkgs/trunk/; revision=3751
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 060399eb1c8..2d7863cd6ac 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1510,7 +1510,8 @@ rec {
   };
 
   ghostscript = (import ../misc/ghostscript) {
-    inherit fetchurl stdenv libjpeg libpng zlib;
+    inherit fetchurl stdenv libjpeg libpng zlib x11;
+    x11Support = false;
   };
 
   nix = (import ../misc/nix) {