diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2021-11-04 01:02:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-09 00:02:46 +0100 |
commit | 648b81211fa1d14048a39fff59397ae90a5fef91 (patch) | |
tree | 0c42936028dfb84d6a8deac484e51480b3e243a0 | |
parent | 32db65b7873fe5eeadccc1b6ef34fd3aa340c3fe (diff) | |
download | guix-648b81211fa1d14048a39fff59397ae90a5fef91.tar.gz |
gnu: unison: Fix building the manual.
* gnu/packages/ocaml.scm (unison)[native-inputs]: Add the missing texlive inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 2f8b9da32a..9408697ed8 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1205,7 +1205,8 @@ libpanel, librsvg and quartz.") `(("ocaml" ,ocaml-4.09) ;; For documentation ("ghostscript" ,ghostscript) - ("texlive" ,texlive-tiny) + ("texlive" ,(texlive-updmap.cfg + (list texlive-fonts-ec texlive-dvips-l3backend))) ("hevea" ,hevea) ("lynx" ,lynx) ("which" ,which))) |