gnu: ocaml-bibtex2html: Fix build.
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTINOS, TEXLIVE-PDFTEXCMDS.
This commit is contained in:
parent
e8f3b8bdc7
commit
97a59bbef9
1 changed files with 6 additions and 2 deletions
|
|
@ -10255,8 +10255,12 @@ SHA384, SHA512, Blake2b, Blake2s and RIPEMD160.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
("texlive" ,(texlive-updmap.cfg
|
("texlive" ,(texlive-updmap.cfg
|
||||||
(list texlive-ec texlive-preprint
|
(list texlive-bibtex
|
||||||
texlive-hyperref texlive-bibtex)))))
|
texlive-hyperref
|
||||||
|
texlive-infwarerr
|
||||||
|
texlive-kvoptions
|
||||||
|
texlive-pdftexcmds
|
||||||
|
texlive-preprint)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list hevea))
|
(list hevea))
|
||||||
(home-page "https://www.lri.fr/~filliatr/bibtex2html/")
|
(home-page "https://www.lri.fr/~filliatr/bibtex2html/")
|
||||||
|
|
|
||||||
Reference in a new issue