GNU Ghostscript: Add pointers to the URW++ font files in the fontmap.

svn path=/nixpkgs/trunk/; revision=15780
This commit is contained in:
Ludovic Courtès
2009-05-28 22:11:02 +00:00
parent 6175b1d633
commit f3706471e8
2 changed files with 62 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-fpic";
patches = [ ./purity.patch ./mkromfs-zlib.patch ];
patches = [ ./purity.patch ./mkromfs-zlib.patch ./urw-font-files.patch ];
doCheck = true;