ngz pushed a commit to branch tex-team-next
in repository guix.
commit ba29b667c3dbe8419b2a315527fa30fdd1eb7ea2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 8 11:29:25 2023 +0200
gnu: python-ipython-documentation: Fix build.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]:
Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK.
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2d41652dd..5608d2e062 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10733,9 +10733,10 @@ computing.")
python-sphinx
python-sphinx-rtd-theme
texinfo
- texlive-bin
- texlive-polyglossia
- texlive-xindy))))
+ (texlive-updmap.cfg
+ (list texlive-latexmk
+ texlive-polyglossia
+ texlive-xindy))))))
(define-public python-urwid
(package