hoppet: move gfortran to nativeBuildInputs

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

View file

@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0j7437rh4xxbfzmkjr22ry34xm266gijzj6mvrq193fcsfzipzdz";
};
buildInputs = [ gfortran ];
nativeBuildInputs = [ perl ];
nativeBuildInputs = [ perl gfortran ];
enableParallelBuilding = true;