mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
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
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue