guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hypre: Update texlive-union.


From: guix-commits
Subject: 02/02: gnu: hypre: Update texlive-union.
Date: Thu, 12 Sep 2019 06:10:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8b35c8cd612032ebabfd04a8247d588c69acf463
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Sep 12 12:07:20 2019 +0200

    gnu: hypre: Update texlive-union.
    
    * gnu/packages/maths.scm (hypre)[native-inputs]: Replace 
texlive-generic-xypic
    and texlive-fonts-xypic with texlive-xypic; add texlive-cm to the
    texlive-union.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c81e999..aa94d05 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3828,8 +3828,8 @@ set.")
      `(("doc++" ,doc++)
        ("netpbm" ,netpbm)
        ("perl" ,perl)                   ; needed to run 'ppmquant' during tests
-       ("texlive" ,(texlive-union (list texlive-generic-xypic
-                                        texlive-fonts-xypic
+       ("texlive" ,(texlive-union (list texlive-xypic
+                                        texlive-cm
                                         texlive-latex-hyperref
                                         texlive-bibtex)))
        ("ghostscript" ,ghostscript)))



reply via email to

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