guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: python-matplotlib-documentation: Use patched texlive-amsfont


From: guix-commits
Subject: 08/10: gnu: python-matplotlib-documentation: Use patched texlive-amsfonts.
Date: Sat, 5 Jun 2021 03:27:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ace97406f2ba198b8f866f37fd17ebbee73739bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 09:24:54 2021 +0200

    gnu: python-matplotlib-documentation: Use patched texlive-amsfonts.
    
    * gnu/packages/python-xyz.scm 
(python-matplotlib-documentation)[native-inputs]:
    Use texlive-amsfonts/patched.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a1aabd..e28fb64 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5743,7 +5743,7 @@ toolkits.")
        ("python-ipykernel" ,python-ipykernel)
        ("python-mock" ,python-mock)
        ("graphviz" ,graphviz)
-       ("texlive" ,(texlive-union (list texlive-amsfonts
+       ("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-latex-amsmath
                                         texlive-latex-enumitem
                                         texlive-latex-expdlist



reply via email to

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