mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11: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
|
||||||
python-sphinx-rtd-theme
|
python-sphinx-rtd-theme
|
||||||
texinfo
|
texinfo
|
||||||
texlive-bin
|
(texlive-updmap.cfg
|
||||||
texlive-polyglossia
|
(list texlive-latexmk
|
||||||
texlive-xindy))))
|
texlive-polyglossia
|
||||||
|
texlive-xetex
|
||||||
|
texlive-xindy))))))
|
||||||
|
|
||||||
(define-public python-urwid
|
(define-public python-urwid
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue