me
/
guix
Archived
1
0
Fork 0

gnu: fastcap: Add input ghostscript.

* gnu/packages/engineering.scm (fastcap)[native-inputs]: Add ghostscript.

This is a follow-up to commit e83a13faa2.
master
Andreas Enge 2016-07-31 17:11:15 +02:00
parent dceba1c19b
commit acac969fa2
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ optimizer; and it can produce photorealistic and design review images.")
(build-system gnu-build-system)
(native-inputs
`(("texlive" ,texlive)
("ghostscript" ,ghostscript)
("ghostscript" ,ghostscript-gs)))
(arguments
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")