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>master
parent
32db65b787
commit
648b81211f
|
@ -1205,7 +1205,8 @@ libpanel, librsvg and quartz.")
|
||||||
`(("ocaml" ,ocaml-4.09)
|
`(("ocaml" ,ocaml-4.09)
|
||||||
;; For documentation
|
;; For documentation
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("texlive" ,texlive-tiny)
|
("texlive" ,(texlive-updmap.cfg
|
||||||
|
(list texlive-fonts-ec texlive-dvips-l3backend)))
|
||||||
("hevea" ,hevea)
|
("hevea" ,hevea)
|
||||||
("lynx" ,lynx)
|
("lynx" ,lynx)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
Reference in New Issue