mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r: Drop texlive from native-inputs.
* gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
This commit is contained in:
parent
af23b6e946
commit
02615bfa2f
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ (define-public r
|
||||||
`(("bzip2" ,bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("texlive" ,texlive) ; needed to make vignettes
|
|
||||||
("texinfo" ,texinfo) ; for building HTML manuals
|
("texinfo" ,texinfo) ; for building HTML manuals
|
||||||
("which" ,which) ; for tests/Examples/base-Ex.R
|
("which" ,which) ; for tests/Examples/base-Ex.R
|
||||||
("xz" ,xz)))
|
("xz" ,xz)))
|
||||||
|
|
Loading…
Reference in a new issue