rekado pushed a commit to branch master
in repository guix.

commit ace97406f2ba198b8f866f37fd17ebbee73739bc
Author: Ricardo Wurmus <[email protected]>
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