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
@ -233,7 +233,7 @@ optimizer; and it can produce photorealistic and design review images.")
|
|||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texlive" ,texlive)
|
`(("texlive" ,texlive)
|
||||||
("ghostscript" ,ghostscript)))
|
("ghostscript" ,ghostscript-gs)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
|
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
|
||||||
#:parallel-build? #f
|
#:parallel-build? #f
|
||||||
|
Loading…
Reference in New Issue
Block a user