[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: ocaml-bibtex2html: Fix build.
From: |
guix-commits |
Subject: |
01/10: gnu: ocaml-bibtex2html: Fix build. |
Date: |
Sat, 8 Jul 2023 06:29:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0d13564ad7a0381392d318791d6c85c87775acf7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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))
- branch tex-team-next updated (5673520884 -> b26a586bd3), guix-commits, 2023/07/08
- 01/10: gnu: ocaml-bibtex2html: Fix build.,
guix-commits <=
- 04/10: gnu: emacs-auctex: Improve package style., guix-commits, 2023/07/08
- 06/10: gnu: texlive-luacas: Add missing files., guix-commits, 2023/07/08
- 07/10: gnu: python-ipython-documentation: Fix build., guix-commits, 2023/07/08
- 03/10: gnu: emacs-auctex: Fix build., guix-commits, 2023/07/08
- 02/10: gnu: texlive-media9: Add missing files., guix-commits, 2023/07/08
- 08/10: gnu: python-numpy-documentation: Fix build., guix-commits, 2023/07/08
- 10/10: gnu: yubico-piv-tool: Use texlive-updmap.cfg in native inputs., guix-commits, 2023/07/08
- 05/10: gnu: texlive-biblatex: Add missing files., guix-commits, 2023/07/08
- 09/10: gnu: xournalpp: Remove texlive-bin as an input., guix-commits, 2023/07/08