applgrid: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski 2021-09-03 13:33:33 +02:00
parent 552309eb6c
commit d6af4e1b3f
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -9,8 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "1yw9wrk3vjv84kd3j4s1scfhinirknwk6xq0hvj7x2srx3h93q9p";
};
nativeBuildInputs = [ gfortran ];
# For some reason zlib was only needed after bump to gfortran8
buildInputs = [ gfortran hoppet lhapdf root5 zlib ];
buildInputs = [ hoppet lhapdf root5 zlib ];
patches = [
./bad_code.patch