diff options
author | Andreas Enge <andreas@enge.fr> | 2016-08-01 10:24:07 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-08-01 10:24:07 +0200 |
commit | 2be896dec1d3caff2896074e94d491a1b6b468f9 (patch) | |
tree | 17d3127df861afe6cdc90422d8126455153e9f3d | |
parent | 3d337bbc3916b95c0197ebbb890875f0439eec53 (diff) | |
download | guix-2be896dec1d3caff2896074e94d491a1b6b468f9.tar.gz guix-2be896dec1d3caff2896074e94d491a1b6b468f9.zip |
gnu: unison: Add input ghostscript.
* gnu/packages/ocaml.scm (unison)[native-inputs]: Add ghostscript.
This is a follow-up to commit e83a13faa221fe65eb86dee224a3f2aab9e13c60.
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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))) |