gnu: python-ipython-documentation: Fix build.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]: Use TEXLIVE-UPDMAP.CFG. Add TEXLIVE-LATEXMK and TEXLIVE-XETEX.
parent
6870b0a326
commit
7ceb23113d
|
@ -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
|
||||
|
|
Reference in New Issue