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
|
@ -187,6 +187,7 @@ colors, styles, options and details.")
|
||||||
;; currently useful.
|
;; currently useful.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gs" ,ghostscript-gs) ;For tests
|
`(("gs" ,ghostscript-gs) ;For tests
|
||||||
|
("gs-2" ,ghostscript) ;For dvipdfm
|
||||||
("texinfo" ,texinfo) ;For generating documentation
|
("texinfo" ,texinfo) ;For generating documentation
|
||||||
("texlive" ,texlive) ;For tests and documentation
|
("texlive" ,texlive) ;For tests and documentation
|
||||||
("emacs" ,emacs-minimal)
|
("emacs" ,emacs-minimal)
|
||||||
|
|
Loading…
Reference in New Issue