ghostscript: include icc profile validation patch

See https://github.com/apple/cups/issues/5394

closes #47193, #46216

source url
http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=bc3df0773fcc
contains invalid characters, which is why we don't fetchpatch.

(cherry picked from commit 2aa750694e2e0d77bf14e3145c4999b6bcee25b0)
This commit is contained in:
Edmund Wu
2018-09-06 17:52:39 -04:00
committed by Florian Klink
parent 5bba9f3906
commit 9a57e00a36
2 changed files with 79 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
};
patches = [
./icc-profile-validation.patch
./urw-font-files.patch
./doc-no-ref.diff
];