mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00: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
@ -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 New Issue
Block a user