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:
parent
ca05a50d83
commit
6ad4468a30
@ -14503,6 +14503,7 @@ in
|
|||||||
### DEVELOPMENT / R MODULES
|
### DEVELOPMENT / R MODULES
|
||||||
|
|
||||||
R = callPackage ../applications/science/math/R {
|
R = callPackage ../applications/science/math/R {
|
||||||
|
gfortran = gfortran8;
|
||||||
# TODO: split docs into a separate output
|
# TODO: split docs into a separate output
|
||||||
texLive = texlive.combine {
|
texLive = texlive.combine {
|
||||||
inherit (texlive) scheme-small inconsolata helvetic texinfo fancyvrb cm-super;
|
inherit (texlive) scheme-small inconsolata helvetic texinfo fancyvrb cm-super;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user