diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-04-30 15:14:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:07 +0200 |
commit | b307bd845638554137872d4e6998086c6eb7c120 (patch) | |
tree | 9610d6121ec5fcc03b0b71fa92babb46be079de4 | |
parent | 1a8b36329f8139bef7b8b5af8a01ba15b9b77747 (diff) | |
download | guix-b307bd845638554137872d4e6998086c6eb7c120.tar.gz guix-b307bd845638554137872d4e6998086c6eb7c120.zip |
gnu: hypre: Fix build.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add missing
texlive-booktabs. Remove texlive-etoolbox, already provided by texlive-local-tree.
Change-Id: I6da2313d294dad6f24764448e9010a4120444d71
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f0beb5d33d..bba3c9f33c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -7748,6 +7748,7 @@ set.") (texlive-local-tree (list texlive-adjustbox texlive-alphalph + texlive-booktabs texlive-capt-of texlive-caption texlive-changepage @@ -7755,7 +7756,6 @@ set.") texlive-courier texlive-enumitem texlive-etoc - texlive-etoolbox texlive-fancyvrb texlive-float texlive-fncychap |