mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: hypre: Add missing TeX Live packages.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add texlive-alphalph and texlive-enumitem to the list passed to 'texlive-updmap.cfg'.
This commit is contained in:
parent
92831e206c
commit
a46a6d8222
1 changed files with 2 additions and 0 deletions
|
@ -5756,12 +5756,14 @@ (define-public hypre
|
||||||
python-breathe
|
python-breathe
|
||||||
python-sphinx
|
python-sphinx
|
||||||
(texlive-updmap.cfg (list texlive-adjustbox
|
(texlive-updmap.cfg (list texlive-adjustbox
|
||||||
|
texlive-alphalph
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-bibtex
|
texlive-bibtex
|
||||||
texlive-capt-of
|
texlive-capt-of
|
||||||
texlive-caption
|
texlive-caption
|
||||||
texlive-cm
|
texlive-cm
|
||||||
texlive-courier
|
texlive-courier
|
||||||
|
texlive-enumitem
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-fancyhdr
|
texlive-fancyhdr
|
||||||
texlive-fancyvrb
|
texlive-fancyvrb
|
||||||
|
|
Loading…
Reference in a new issue