gfortran: default to gfortran6

This is needed to be in sync with GCC. Fixes xgboost.
This commit is contained in:
Nikolay Amiantov 2017-09-09 05:27:28 +03:00
parent b3c35a3974
commit 75b3113a4d

View File

@ -5506,7 +5506,7 @@ with pkgs;
isl = isl_0_17;
}));
gfortran = gfortran5;
gfortran = gfortran6;
gfortran48 = wrapCC (gcc48.cc.override {
name = "gfortran";