mhw pushed a commit to branch master
in repository guix.

commit ab8536e4a8c7697580d91ae4a25d56a253b30f6f
Author: Mark H Weaver <m...@netris.org>
Date:   Thu Oct 13 03:38:03 2016 -0400

    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.
---
 gnu/packages/ghostscript.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 6a86acb..09b10f7 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"

Reply via email to