From 648b81211fa1d14048a39fff59397ae90a5fef91 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 4 Nov 2021 01:02:39 +0100 Subject: gnu: unison: Fix building the manual. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/ocaml.scm (unison)[native-inputs]: Add the missing texlive inputs. Signed-off-by: Ludovic Courtès --- gnu/packages/ocaml.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ (define-public unison `(("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))) -- cgit v1.2.3