>From a7568441319c4e42ec2e51dfddf62eacb0a054e2 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 4 Nov 2021 01:02:39 +0100 Subject: [PATCH 2/2] gnu: unison: Fix building the manual. * gnu/packages/ocaml.scm (unison)[native-inputs]: Add the missing texlive inputs. --- 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 7b1363a5c3..5b190e7e8d 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))) -- 2.33.1