mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
gfortran: use 7 by default, so we match gcc
This commit is contained in:
parent
1274db63c6
commit
b31d598b42
|
@ -5968,7 +5968,7 @@ with pkgs;
|
|||
isl = isl_0_17;
|
||||
}));
|
||||
|
||||
gfortran = gfortran6;
|
||||
gfortran = gfortran7;
|
||||
|
||||
gfortran48 = wrapCC (gcc48.cc.override {
|
||||
name = "gfortran";
|
||||
|
|
Loading…
Reference in a new issue