mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56: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)
|
||||
;; For documentation
|
||||
("ghostscript" ,ghostscript)
|
||||
("texlive" ,texlive-tiny)
|
||||
("texlive" ,(texlive-updmap.cfg
|
||||
(list texlive-fonts-ec texlive-dvips-l3backend)))
|
||||
("hevea" ,hevea)
|
||||
("lynx" ,lynx)
|
||||
("which" ,which)))
|
||||
|
|
Loading…
Reference in a new issue