From ace97406f2ba198b8f866f37fd17ebbee73739bc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 5 Jun 2021 09:24:54 +0200 Subject: 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 8a1aabdca8..e28fb648b0 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 -- cgit v1.2.3