rekado pushed a commit to branch master
in repository guix.
commit 02615bfa2f450d8acfd9d9013d460e30399338d5
Author: Ricardo Wurmus <[email protected]>
Date: Thu Sep 3 12:09:47 2015 +0200
gnu: r: Drop texlive from native-inputs.
* gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
---
gnu/packages/statistics.scm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ec705c2..7cb61c9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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)))