3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Leo Famulari 2017-04-29 01:15:20 -04:00
parent a7c61512e4
commit 45fe973645
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -46,6 +46,7 @@
(delay
(package (inherit ghostscript)
(name "ghostscript-with-cups")
(replacement #f)
(inputs `(("cups" ,cups-minimal)
,@(package-inputs ghostscript))))))