diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-10 00:05:21 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-10 18:20:16 +0200 |
commit | 5c549f2eacae292b2349726d2f8f1de2d676cbd1 (patch) | |
tree | 5721a79229d963f15e3652dcfb597caeb8846f09 /gnu/local.mk | |
parent | 9146543f8dce997c194aea93bf4c7a7a4144c8c9 (diff) | |
download | patches-5c549f2eacae292b2349726d2f8f1de2d676cbd1.tar patches-5c549f2eacae292b2349726d2f8f1de2d676cbd1.tar.gz |
gnu: ghostscript: Make "/ID" optional, depending on environment variable.
* gnu/packages/patches/ghostscript-no-header-id.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 0fe6cdc391..8cbded44ee 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -619,6 +619,7 @@ dist_patch_DATA = \ %D%/packages/patches/gettext-gnulib-multi-core.patch \ %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-runpath.patch \ %D%/packages/patches/glib-networking-ssl-cert-file.patch \ %D%/packages/patches/glib-tests-timer.patch \ |