Syncing ghostscriptX to main gs expression
svn path=/nixpkgs/trunk/; revision=13797
This commit is contained in:
parent
4e9b120ad2
commit
b8cbf3b794
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue