gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.

This is a followup to commit d2478b4cdd.

* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace
'ghostscript-gs' with 'ghostscript'.
This commit is contained in:
Mark H Weaver 2016-10-19 11:26:51 -04:00
parent d2478b4cdd
commit b09e0cd154
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -78,7 +78,7 @@ (define-public chez-scheme
("stex" ,stex))) ("stex" ,stex)))
(native-inputs (native-inputs
`(("texlive" ,texlive) `(("texlive" ,texlive)
("ghostscript" ,ghostscript-gs) ("ghostscript" ,ghostscript)
("netpbm" ,netpbm))) ("netpbm" ,netpbm)))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification