me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-bibtex2html: Fix build.

* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add
TEXLIVE-INFWARERR, TEXLIVE-KVOPTINOS, TEXLIVE-PDFTEXCMDS.
Nicolas Goaziou 2023-07-01 19:08:10 +02:00
parent e8f3b8bdc7
commit 97a59bbef9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 2 deletions

View File

@ -10255,8 +10255,12 @@ SHA384, SHA512, Blake2b, Blake2s and RIPEMD160.")
(native-inputs
`(("which" ,which)
("texlive" ,(texlive-updmap.cfg
(list texlive-ec texlive-preprint
texlive-hyperref texlive-bibtex)))))
(list texlive-bibtex
texlive-hyperref
texlive-infwarerr
texlive-kvoptions
texlive-pdftexcmds
texlive-preprint)))))
(propagated-inputs
(list hevea))
(home-page "https://www.lri.fr/~filliatr/bibtex2html/")