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
1 changed files with 1 additions and 0 deletions

View File

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