Syncing ghostscriptX to main gs expression

svn path=/nixpkgs/trunk/; revision=13797
This commit is contained in:
Michael Raskin 2009-01-17 13:49:42 +00:00
parent 4e9b120ad2
commit b8cbf3b794

View file

@ -8679,8 +8679,10 @@ let
};
ghostscriptX = lowPrio (appendToName "with-X" (import ../misc/ghostscript {
inherit fetchurl stdenv libjpeg libpng zlib x11;
inherit fetchurl stdenv libjpeg libpng libtiff zlib x11 pkgconfig
fontconfig cups openssl;
x11Support = true;
cupsSupport = true;
}));
gxemul = (import ../misc/gxemul) {