ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0d13564ad7a0381392d318791d6c85c87775acf7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Jul 6 18:54:51 2023 +0200
gnu: ocaml-bibtex2html: Fix build.
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add
TEXLIVE-PREPRINT.
---
gnu/packages/ocaml.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7a9045921b..8ff755aea9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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))