ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3c76e1224de56d069daab176ffec73901a7fcad8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 8 11:47:12 2023 +0200
gnu: python-numpy-documentation: Fix build.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]:
Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK.
---
gnu/packages/python-xyz.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5608d2e062..c813fdce0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7139,13 +7139,14 @@ 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-xindy))))
(inputs '())
(propagated-inputs '())
(synopsis "Documentation for the @code{python-numpy} package")