R: compile with gfortran8 to match the version of gcc

Fixes a build errors like https://hydra.nixos.org/build/102692469,
where R mixes C++ and Fortran code into one shared library.
This commit is contained in:
Peter Simons 2019-10-06 11:58:28 +02:00
parent ca05a50d83
commit 6ad4468a30

@ -14503,6 +14503,7 @@ in
### DEVELOPMENT / R MODULES
R = callPackage ../applications/science/math/R {
gfortran = gfortran8;
# TODO: split docs into a separate output
texLive = texlive.combine {
inherit (texlive) scheme-small inconsolata helvetic texinfo fancyvrb cm-super;