diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:24:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:26:14 +0200 |
commit | ace97406f2ba198b8f866f37fd17ebbee73739bc (patch) | |
tree | ffbeadc28005c739890469518dad038ec014aaf8 | |
parent | d71751526f330f5dcfce6e50e00fbddce0676811 (diff) | |
download | guix-ace97406f2ba198b8f866f37fd17ebbee73739bc.tar.gz |
gnu: python-matplotlib-documentation: Use patched texlive-amsfonts.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation)[native-inputs]: Use texlive-amsfonts/patched.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |