diff options
author | Andreas Enge <andreas@enge.fr> | 2016-07-28 11:34:57 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-07-28 11:34:57 +0200 |
commit | 4320c1c39feb6b8f58e2005189d913c236c57d3c (patch) | |
tree | 855fddae4ab64d2a3cbddac31f03d35d2e00bdc6 /gnu/packages/plotutils.scm | |
parent | e309c7561043361afe63cc9435e620323f870a61 (diff) | |
download | patches-4320c1c39feb6b8f58e2005189d913c236c57d3c.tar patches-4320c1c39feb6b8f58e2005189d913c236c57d3c.tar.gz |
gnu: asymptote: Add native input gs.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add gs.
This is a follow-up to commit d8eb912132ccdff955e3318fe549c5f7f674adf8.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 26864dc317..c913955975 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -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) |