mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: fastcap: Build with ghostscript-gs.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace GHOSTSCRIPT
by GHOST_SCRIPT-GS.
This is a follow-up to commit d8eb912132
.
This commit is contained in:
parent
14656f4495
commit
e83a13faa2
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ (define-public fastcap
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("texlive" ,texlive)
|
||||
("ghostscript" ,ghostscript)))
|
||||
("ghostscript" ,ghostscript-gs)))
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
|
||||
#:parallel-build? #f
|
||||
|
|
Loading…
Reference in a new issue