From d742dc8e3357f558dcfbfaf48848cf8cf026c3b8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 8 Jul 2023 11:47:12 +0200 Subject: 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. --- gnu/packages/python-xyz.scm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'gnu/packages/python-xyz.scm') 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") -- cgit v1.2.3