mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-with-tests: Add missing TeX Live packages.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Add texlive-grfext and texlive-latex-l3backend to the texlive union.
This commit is contained in:
parent
041a12c46b
commit
8419221620
1 changed files with 2 additions and 0 deletions
|
@ -340,11 +340,13 @@ (define r-with-tests
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-ae
|
("texlive" ,(texlive-updmap.cfg (list texlive-ae
|
||||||
texlive-inconsolata
|
texlive-inconsolata
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
|
texlive-grfext
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-fancyvrb
|
texlive-latex-fancyvrb
|
||||||
texlive-latex-graphics
|
texlive-latex-graphics
|
||||||
texlive-latex-hyperref
|
texlive-latex-hyperref
|
||||||
|
texlive-latex-l3backend
|
||||||
texlive-latex-oberdiek
|
texlive-latex-oberdiek
|
||||||
texlive-latex-tools
|
texlive-latex-tools
|
||||||
texlive-latex-upquote
|
texlive-latex-upquote
|
||||||
|
|
Loading…
Reference in a new issue