aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm16
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ca9c62a72b..6a29701219 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7247,13 +7247,15 @@ capabilities.")
python-sphinx-4
python-sphinx-panels
texinfo
- texlive-bin
- texlive-cbfonts
- texlive-cm-super
- texlive-expdlist
- texlive-greek-fontenc
- texlive-polyglossia
- texlive-xindy))
+ (texlive-updmap.cfg
+ (list texlive-cbfonts
+ texlive-cm-super
+ texlive-expdlist
+ texlive-greek-fontenc
+ texlive-latexmk
+ texlive-polyglossia
+ texlive-xetex
+ texlive-xindy))))
(inputs '())
(propagated-inputs '())
(synopsis "Documentation for the @code{python-numpy} package")