diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-13 03:38:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-13 03:38:03 -0400 |
commit | ab8536e4a8c7697580d91ae4a25d56a253b30f6f (patch) | |
tree | bae19ee5ae54c87e54fb8bf765f42524de5612bd /gnu/packages/ghostscript.scm | |
parent | 1de17a648fa631f0074d315bfff0716220ce4880 (diff) | |
download | patches-ab8536e4a8c7697580d91ae4a25d56a253b30f6f.tar patches-ab8536e4a8c7697580d91ae4a25d56a253b30f6f.tar.gz |
gnu: ghostscript-with-x: Avoid inheriting replacement field.
This is a followup to commit 1de17a648fa631f0074d315bfff0716220ce4880.
* gnu/packages/ghostscript.scm (ghostscript/fixed)[replacement]:
Override inherited value.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r-- | gnu/packages/ghostscript.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 6a86acb359..09b10f7741 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -196,6 +196,7 @@ output file formats and printers.") (define ghostscript/fixed (package (inherit ghostscript) + (replacement #f) ; Prevent ghostscript/x from inheriting the replacement (source (origin (inherit (package-source ghostscript)) (patches (search-patches "ghostscript-CVE-2013-5653.patch" |