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

commit 52a1226ee974ea3e3257e3bd7c770d76a4c7173d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Jun 29 00:50:59 2023 +0200

    gnu: hypre: Fix error when building documentation.
    
    * gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-LATEXMK.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8bd0395714..99452922e5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5799,6 +5799,7 @@ set.")
                                      texlive-helvetic
                                      texlive-hyperref
                                      texlive-jknapltx
+                                     texlive-latexmk
                                      texlive-listofitems
                                      texlive-multirow
                                      texlive-natbib

Reply via email to