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:
parent
1de17a648f
commit
ab8536e4a8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue