mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
R: use the new texlive
The docs look fine. There's still an error though: Running 'texi2dvi' on 'grid.tex' failed.
This commit is contained in:
parent
22fd6e1e4c
commit
8c86f1bc84
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue