diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-10 01:24:50 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-10 18:20:25 +0200 |
commit | 63eb4a2a91af8d0a3801bb542f73fd21ecfc9a9e (patch) | |
tree | 0154b9b3defe19741d18dd444e73b7f097d52532 /gnu/packages/ghostscript.scm | |
parent | 5c549f2eacae292b2349726d2f8f1de2d676cbd1 (diff) | |
download | patches-63eb4a2a91af8d0a3801bb542f73fd21ecfc9a9e.tar patches-63eb4a2a91af8d0a3801bb542f73fd21ecfc9a9e.tar.gz |
gnu: ghostscript: Make XMP UUID headers optional, depending on environment variable.
* gnu/packages/patches/ghostscript-no-header-uuid.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript): Use it.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index af565f3e3a..3a84db3e44 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -144,7 +144,8 @@ printing, and psresize, for adjusting page sizes.") "0lyhjcrkmd5fcmh8h56bs4xr9k4jasmikv5vsix1hd4ai0ad1q9b")) (patches (search-patches "ghostscript-runpath.patch" "ghostscript-CVE-2017-8291.patch" - "ghostscript-no-header-id.patch")) + "ghostscript-no-header-id.patch" + "ghostscript-no-header-uuid.patch")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. The bundled OpenJPEG is a patched fork so |