diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-04-30 15:14:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-05 13:51:42 +0200 |
commit | 7ae3fb96e55e6d161294d37e77404fbec3349f4a (patch) | |
tree | 5c1abe6b149832f6f1457b8bc0ad60c130cbd134 | |
parent | 8028fa0612d8a83efc12222f2e0c6679d44ae4b2 (diff) |
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 |