Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7746,7 +7746,8 @@ in
isl = isl_0_17;
}));

gfortran = gfortran7;
# Version 8.x is marked broken on Darwin: https://gist.github.com/GrahamcOfBorg/bef0231b7129681950f03c4ac06781c8.
gfortran = if stdenv.isDarwin then gfortran7 else gfortran8;

gfortran48 = wrapCC (gcc48.cc.override {
name = "gfortran";
Expand Down Expand Up @@ -14503,7 +14504,6 @@ 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;
Expand Down