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
|
@ -46,6 +46,7 @@
|
|||
(delay
|
||||
(package (inherit ghostscript)
|
||||
(name "ghostscript-with-cups")
|
||||
(replacement #f)
|
||||
(inputs `(("cups" ,cups-minimal)
|
||||
,@(package-inputs ghostscript))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue