mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-numpy-documentation: Add missing packages to texlive-union.
* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Add texlive-fonts-cm-super and texlive-latex-needspace to texlive-union.
This commit is contained in:
parent
24d0c4d0eb
commit
c4153008f7
1 changed files with 2 additions and 0 deletions
|
@ -3261,6 +3261,7 @@ (define-public python-numpy-documentation
|
|||
("python-sphinx" ,python-sphinx)
|
||||
("python-numpydoc" ,python-numpydoc)
|
||||
("texlive" ,(texlive-union (list texlive-fonts-amsfonts
|
||||
texlive-fonts-cm-super
|
||||
texlive-fonts-ec
|
||||
texlive-generic-ifxetex
|
||||
texlive-generic-pdftex
|
||||
|
@ -3281,6 +3282,7 @@ (define-public python-numpy-documentation
|
|||
texlive-latex-hyperref
|
||||
texlive-latex-mdwtools
|
||||
texlive-latex-multirow
|
||||
texlive-latex-needspace
|
||||
texlive-latex-oberdiek
|
||||
texlive-latex-parskip
|
||||
texlive-latex-preview
|
||||
|
|
Loading…
Reference in a new issue