gnu: ocaml-bibtex2html: Fix build.

* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-PREPRINT.
This commit is contained in:
Nicolas Goaziou 2023-07-06 18:54:51 +02:00
parent 29cc6b1cd6
commit 074abeb4f4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -10259,7 +10259,8 @@ SHA384, SHA512, Blake2b, Blake2s and RIPEMD160.")
(list (texlive-updmap.cfg
(list texlive-infwarerr
texlive-kvoptions
texlive-pdftexcmds))
texlive-pdftexcmds
texlive-preprint))
which))
(propagated-inputs
(list hevea))