guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ocaml-bibtex2html: Fix build.


From: guix-commits
Subject: 01/02: gnu: ocaml-bibtex2html: Fix build.
Date: Sat, 1 Jul 2023 13:13:54 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 0d23049f57165773917f5576b9a677811076eb83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 1 19:08:10 2023 +0200

    gnu: ocaml-bibtex2html: Fix build.
    
    * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Add
    TEXLIVE-INFWARERR, TEXLIVE-KVOPTINOS, TEXLIVE-PDFTEXCMDS.
---
 gnu/packages/ocaml.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9e399064c8..f5938d2f40 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]