diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-06-29 00:50:59 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:42 +0200 |
commit | e8f3b8bdc7d11ea3d5f613ea37c55a8076af5241 (patch) | |
tree | 762f12299228dfe872b0f70a4c6287b55205c0a7 /gnu | |
parent | 1e92db8927864f2d9e3dc8a5127c45fa743e7e12 (diff) | |
download | guix-e8f3b8bdc7d11ea3d5f613ea37c55a8076af5241.tar guix-e8f3b8bdc7d11ea3d5f613ea37c55a8076af5241.tar.gz |
gnu: hypre: Fix error when building documentation.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-LATEXMK.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 79fccd7cc5..5083b5bb6b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5800,6 +5800,7 @@ set.") texlive-helvetic texlive-hyperref texlive-jknapltx + texlive-latexmk texlive-listofitems texlive-multirow texlive-natbib |