gnu: r: Drop texlive from native-inputs.

* gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
This commit is contained in:
Ricardo Wurmus 2015-09-03 12:09:47 +02:00
parent af23b6e946
commit 02615bfa2f

View file

@ -102,7 +102,6 @@ (define-public r
`(("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)))