Applying a patch for pstoraster, without this the cups test page was printing solid black, as described in the bug report: http://bugs.ghostscript.com/show_bug.cgi?id=691108 The patch was kindly taken from https://bugs.archlinux.org/task/18339

svn path=/nixpkgs/trunk/; revision=26003
This commit is contained in:
Cillian de Roiste
2011-02-16 23:34:19 +00:00
parent ad5adaca9e
commit e80dc8eb7f
2 changed files with 82 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
CFLAGS = "-fPIC";
patches = [ ./purity.patch ./urw-font-files.patch ];
patches = [ ./purity.patch ./urw-font-files.patch ./pstoraster.patch];
doCheck = true;