hdf5: use gcc7 instead of gcc8 (#40704)

This commit is contained in:
Patrick Hilhorst 2018-05-17 23:02:09 +02:00 committed by xeji
parent 2ecba01acf
commit 456369f7e6

View File

@ -2884,6 +2884,7 @@ with pkgs;
};
hdf5 = callPackage ../tools/misc/hdf5 {
stdenv = gcc7Stdenv;
gfortran = null;
szip = null;
mpi = null;