From ab8536e4a8c7697580d91ae4a25d56a253b30f6f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 13 Oct 2016 03:38:03 -0400 Subject: 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(+) (limited to 'gnu/packages/ghostscript.scm') 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 @@ (define-public ghostscript (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" -- cgit v1.2.3