guix-patches
[Top][All Lists]
Advanced

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

[bug#63176] [PATCH 04/10] gnu: hypre: Fix build.


From: Felix Gruber
Subject: [bug#63176] [PATCH 04/10] gnu: hypre: Fix build.
Date: Sat, 29 Apr 2023 17:08:34 +0000

* gnu/packages/maths.scm (hypre): [native-inputs]: Add missing required
  inputs texlive-alphalph and texlive-enumitem.
---
 gnu/packages/maths.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f69d59273a..eebfdab914 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5756,12 +5756,14 @@ (define-public hypre
            python-breathe
            python-sphinx
            (texlive-updmap.cfg (list texlive-adjustbox
+                                     texlive-alphalph
                                      texlive-amsfonts
                                      texlive-bibtex
                                      texlive-capt-of
                                      texlive-caption
                                      texlive-cm
                                      texlive-courier
+                                     texlive-enumitem
                                      texlive-etoolbox
                                      texlive-fancyhdr
                                      texlive-fancyvrb
-- 
2.39.2






reply via email to

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