diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-22 20:15:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-22 20:15:25 +0200 |
commit | 3f9204c9162ebc2cff5ebb329b1f2b4106735a30 (patch) | |
tree | cace4f60e7e6b78491cac3589f176b403543f85a /gnu/local.mk | |
parent | 119a749db9c9847e0766860c17109b0f0b6bf349 (diff) | |
download | guix-3f9204c9162ebc2cff5ebb329b1f2b4106735a30.tar guix-3f9204c9162ebc2cff5ebb329b1f2b4106735a30.tar.gz |
gnu: ghostscript: Remove graft for 9.22.
* gnu/packages/patches/ghostscript-CVE-2017-8291.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.22.
[replacement]: Remove field.
[source](patches): Remove 'ghostscript-CVE-2017-8291.patch'.
(ghostscript-9.22): Remove variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6c1cde7ac4..5639db1f75 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -647,7 +647,6 @@ dist_patch_DATA = \ %D%/packages/patches/gettext-multi-core.patch \ %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-no-header-uuid.patch \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ |