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

This is a followup to commit 1de17a648f.

* gnu/packages/ghostscript.scm (ghostscript/fixed)[replacement]:
Override inherited value.
This commit is contained in:
Mark H Weaver 2016-10-13 03:38:03 -04:00
parent 1de17a648f
commit ab8536e4a8
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ output file formats and printers.")
(define ghostscript/fixed (define ghostscript/fixed
(package (package
(inherit ghostscript) (inherit ghostscript)
(replacement #f) ; Prevent ghostscript/x from inheriting the replacement
(source (origin (source (origin
(inherit (package-source ghostscript)) (inherit (package-source ghostscript))
(patches (search-patches "ghostscript-CVE-2013-5653.patch" (patches (search-patches "ghostscript-CVE-2013-5653.patch"