diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-06 18:54:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:49 +0200 |
commit | 074abeb4f4c03d787e801b3c9ffaf88e2ce8e561 (patch) | |
tree | 77df2580a8268cf27ea88f6599dccd018f489d74 | |
parent | 29cc6b1cd6a20f7b077eaf9557db585af019c5f6 (diff) |
gnu: ocaml-bibtex2html: Fix build.
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add TEXLIVE-PREPRINT.
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |