aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-08 11:47:12 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:16:52 +0200
commitd742dc8e3357f558dcfbfaf48848cf8cf026c3b8 (patch)
tree192cceea913f41f3bfd48d2af7c37c9868381cff /gnu/packages/python-xyz.scm
parent7ceb23113de3ab76507b4e268668116a9cabe2e2 (diff)
downloadguix-d742dc8e3357f558dcfbfaf48848cf8cf026c3b8.tar.gz
guix-d742dc8e3357f558dcfbfaf48848cf8cf026c3b8.zip
gnu: python-numpy-documentation: Fix build.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK and TEXLIVE-XETEX.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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")