diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-25 11:37:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-25 11:37:43 +0200 |
commit | d8eb912132ccdff955e3318fe549c5f7f674adf8 (patch) | |
tree | fcbe8c32284f2ad9499fe9c01da3fd6a1996eb2c /gnu/packages/plotutils.scm | |
parent | 71eba3ebc1b37b1623ad1cf29fadd711adafc043 (diff) | |
download | guix-d8eb912132ccdff955e3318fe549c5f7f674adf8.tar guix-d8eb912132ccdff955e3318fe549c5f7f674adf8.tar.gz |
gnu: Use 'ghostscript-gs' in packages that need the 'gs' command.
Fixes a regression introduced in
eb354bdacbf4154ec66038dac07f19bf4ced1fad.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/gv.scm (gv)[propagated-inputs]: Change from GHOSTSCRIPT/X
to GHOSTSCRIPT-GS/X.
* gnu/packages/music.scm (lilypond): Use GHOSTSCRIPT-GS instead of
GHOSTSCRIPT.
* gnu/packages/ocaml.scm (unison): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/scheme.scm (chez-scheme): Likewise.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 74d209192f..26864dc317 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -186,7 +186,7 @@ colors, styles, options and details.") ;; "help" command in interactive mode, so adding a "doc" output is not ;; currently useful. (native-inputs - `(("gs" ,ghostscript) ;For tests + `(("gs" ,ghostscript-gs) ;For tests ("texinfo" ,texinfo) ;For generating documentation ("texlive" ,texlive) ;For tests and documentation ("emacs" ,emacs-minimal) |