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/local.mk | |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8cbded44ee..9cf4648aa3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -620,6 +620,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \ %D%/packages/patches/ghostscript-CVE-2017-8291.patch \ %D%/packages/patches/ghostscript-no-header-id.patch \ + %D%/packages/patches/ghostscript-no-header-uuid.patch \ %D%/packages/patches/ghostscript-runpath.patch \ %D%/packages/patches/glib-networking-ssl-cert-file.patch \ %D%/packages/patches/glib-tests-timer.patch \ |