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
|
@ -102,7 +102,6 @@
|
|||
`(("bzip2" ,bzip2)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texlive" ,texlive) ; needed to make vignettes
|
||||
("texinfo" ,texinfo) ; for building HTML manuals
|
||||
("which" ,which) ; for tests/Examples/base-Ex.R
|
||||
("xz" ,xz)))
|
||||
|
|
Loading…
Reference in New Issue