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