guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: hypre: Add missing TeX Live packages.


From: guix-commits
Subject: 02/14: gnu: hypre: Add missing TeX Live packages.
Date: Tue, 2 May 2023 06:13:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a46a6d8222d5ebf2e2195a66e7e35a5f698bcfb3
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue May 2 11:50:08 2023 +0200

    gnu: hypre: Add missing TeX Live packages.
    
    * gnu/packages/maths.scm (hypre)[native-inputs]: Add texlive-alphalph
    and texlive-enumitem to the list passed to 'texlive-updmap.cfg'.
---
 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 @@ set.")
            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



reply via email to

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