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') 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 @@ libpanel, librsvg and quartz.") (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