guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghostscript-with-x: Avoid inheriting replacement field.


From: Mark H. Weaver
Subject: 01/01: gnu: ghostscript-with-x: Avoid inheriting replacement field.
Date: Thu, 13 Oct 2016 07:41:29 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit ab8536e4a8c7697580d91ae4a25d56a253b30f6f
Author: Mark H Weaver <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]