mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: asymptote: Add native input gs.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add gs.
This is a follow-up to commit d8eb912132
.
This commit is contained in:
parent
e309c75610
commit
4320c1c39f
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ (define-public asymptote
|
|||
;; currently useful.
|
||||
(native-inputs
|
||||
`(("gs" ,ghostscript-gs) ;For tests
|
||||
("gs-2" ,ghostscript) ;For dvipdfm
|
||||
("texinfo" ,texinfo) ;For generating documentation
|
||||
("texlive" ,texlive) ;For tests and documentation
|
||||
("emacs" ,emacs-minimal)
|
||||
|
|
Loading…
Reference in a new issue