gnu: fastcap: Add input ghostscript.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Add ghostscript.
This is a follow-up to commit e83a13faa2
.
This commit is contained in:
parent
dceba1c19b
commit
acac969fa2
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +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")
|
||||
|
|
Loading…
Reference in a new issue