diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-08 11:47:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:52 +0200 |
commit | d742dc8e3357f558dcfbfaf48848cf8cf026c3b8 (patch) | |
tree | 192cceea913f41f3bfd48d2af7c37c9868381cff /gnu/packages/python-xyz.scm | |
parent | 7ceb23113de3ab76507b4e268668116a9cabe2e2 (diff) |
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.scm | 16 |
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") |