mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ghostscript-with-cups: Avoid inheriting replacement field.
This is a followup to commit a01f15759a
.
* gnu/packages/cups.scm (ghostscript/cups)[replacement]: New field.
This commit is contained in:
parent
a7c61512e4
commit
45fe973645
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ (define ghostscript/cups
|
|||
(delay
|
||||
(package (inherit ghostscript)
|
||||
(name "ghostscript-with-cups")
|
||||
(replacement #f)
|
||||
(inputs `(("cups" ,cups-minimal)
|
||||
,@(package-inputs ghostscript))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue