From d8eb912132ccdff955e3318fe549c5f7f674adf8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 25 Jul 2016 11:37:43 +0200 Subject: gnu: Use 'ghostscript-gs' in packages that need the 'gs' command. Fixes a regression introduced in eb354bdacbf4154ec66038dac07f19bf4ced1fad. Reported by Andreas Enge . * 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. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bd913f6ecd..074f830358 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -569,7 +569,7 @@ (define-public unison (native-inputs `(("ocaml" ,ocaml) ;; For documentation - ("ghostscript" ,ghostscript) + ("ghostscript" ,ghostscript-gs) ("texlive" ,texlive) ("hevea" ,hevea) ("lynx" ,lynx))) -- cgit v1.2.3 From 2be896dec1d3caff2896074e94d491a1b6b468f9 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 1 Aug 2016 10:24:07 +0200 Subject: gnu: unison: Add input ghostscript. * gnu/packages/ocaml.scm (unison)[native-inputs]: Add ghostscript. This is a follow-up to commit e83a13faa221fe65eb86dee224a3f2aab9e13c60. --- gnu/packages/ocaml.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 074f830358..c14d83c016 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -569,7 +569,8 @@ (define-public unison (native-inputs `(("ocaml" ,ocaml) ;; For documentation - ("ghostscript" ,ghostscript-gs) + ("ghostscript-gs" ,ghostscript-gs) + ("ghostscript" ,ghostscript) ("texlive" ,texlive) ("hevea" ,hevea) ("lynx" ,lynx))) -- cgit v1.2.3