gnu: asymptote: Add native input gs.

* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add gs.

This is a follow-up to commit d8eb912132.
master
Andreas Enge 2016-07-28 11:34:57 +02:00
parent e309c75610
commit 4320c1c39f
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ colors, styles, options and details.")
;; 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)