summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-10-13 03:38:03 -0400
committerMark H Weaver <mhw@netris.org>2016-10-13 03:38:03 -0400
commitab8536e4a8c7697580d91ae4a25d56a253b30f6f (patch)
treebae19ee5ae54c87e54fb8bf765f42524de5612bd
parent1de17a648fa631f0074d315bfff0716220ce4880 (diff)
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.
-rw-r--r--gnu/packages/ghostscript.scm1
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"