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:
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

View file

@ -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)