mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: python-ipython-documentation: Use new name for texlive-pdftex.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]: Replace "texlive-generic-pdftex" with "texlive-pdftex".
This commit is contained in:
parent
212e0360d4
commit
8a08252d0c
1 changed files with 1 additions and 1 deletions
|
@ -7278,7 +7278,7 @@ (define-public python-ipython-documentation
|
||||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-generic-ifxetex
|
texlive-generic-ifxetex
|
||||||
texlive-generic-pdftex
|
texlive-pdftex
|
||||||
texlive-latex-capt-of
|
texlive-latex-capt-of
|
||||||
texlive-latex-cmap
|
texlive-latex-cmap
|
||||||
texlive-latex-environ
|
texlive-latex-environ
|
||||||
|
|
Loading…
Reference in a new issue