mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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:
parent
32db65b787
commit
648b81211f
1 changed files with 2 additions and 1 deletions
|
@ -1205,7 +1205,8 @@ (define-public unison
|
||||||
`(("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)))
|
||||||
|
|
Loading…
Reference in a new issue