diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2d8a942309..ca9c62a72b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10847,9 +10847,11 @@ computing.") python-sphinx python-sphinx-rtd-theme texinfo - texlive-bin - texlive-polyglossia - texlive-xindy)))) + (texlive-updmap.cfg + (list texlive-latexmk + texlive-polyglossia + texlive-xetex + texlive-xindy)))))) (define-public python-urwid (package |