mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-minimal: Add dependency on ‘texlive-etoolbox’.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Add TEXLIVE-ETOOLBOX. Change-Id: I1ea48e5afa013d8c36054f423e57252dbc02f12a
This commit is contained in:
parent
450ab2250c
commit
9b4a07e58d
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ (define r-with-tests
|
|||
pkg-config
|
||||
texinfo ; for building HTML manuals
|
||||
(texlive-updmap.cfg
|
||||
(list texlive-fancyvrb
|
||||
(list texlive-etoolbox
|
||||
texlive-fancyvrb
|
||||
texlive-inconsolata
|
||||
texlive-upquote
|
||||
texlive-xkeyval))
|
||||
|
|
Loading…
Reference in a new issue