mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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.
This commit is contained in:
parent
6870b0a326
commit
7ceb23113d
1 changed files with 5 additions and 3 deletions
|
@ -10847,9 +10847,11 @@ (define-public python-ipython-documentation
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue