From 8c86f1bc849c26417143013f2b889bd2a292347c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 27 Aug 2015 11:53:39 +0200 Subject: [PATCH] R: use the new texlive The docs look fine. There's still an error though: Running 'texi2dvi' on 'grid.tex' failed. --- pkgs/top-level/all-packages.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 801b9145a38..6ae955ec44a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8713,7 +8713,10 @@ let ### DEVELOPMENT / R MODULES R = callPackage ../applications/science/math/R { - texLive = texLiveAggregationFun { paths = [ texLive texLiveExtra ]; }; + # TODO: split docs into a separate output + texLive = texlive.combine { + inherit (texlive) scheme-small inconsolata helvetic texinfo fancyvrb cm-super; + }; openblas = openblasCompat; withRecommendedPackages = false; };