mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue