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>
This commit is contained in:
Vivien Kraus 2021-11-04 01:02:39 +01:00 committed by Ludovic Courtès
parent 32db65b787
commit 648b81211f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))