mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
d2478b4cdd
commit
b09e0cd154
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue