diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:24:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:26:14 +0200 |
commit | d71751526f330f5dcfce6e50e00fbddce0676811 (patch) | |
tree | 3e4a08e1316aa001d7df3023ad8bc6d1f3ec7a2c /gnu/packages | |
parent | af8a5285d2295fff342338dbc3a6157e25a4326a (diff) | |
download | guix-d71751526f330f5dcfce6e50e00fbddce0676811.tar.gz guix-d71751526f330f5dcfce6e50e00fbddce0676811.zip |
gnu: python-numpy-documentation: Use patched texlive-amsfonts.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Use
texlive-amsfonts/patched.
Diffstat (limited to 'gnu/packages')
-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 f3404178ba..8a1aabdca8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5203,7 +5203,7 @@ color scales, and color space conversion easy. It has support for: texlive-fonts-ec texlive-generic-ifxetex texlive-generic-pdftex - texlive-amsfonts + texlive-amsfonts/patched texlive-latex-capt-of texlive-latex-cmap texlive-latex-environ |