mpich: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski
2021-09-03 13:33:32 +02:00
parent b9bc2a758d
commit 5a5e3217bb
+2 -1
View File
@@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ perl gfortran openssh hwloc ]
nativeBuildInputs = [ gfortran ];
buildInputs = [ perl openssh hwloc ]
++ lib.optional (!stdenv.isDarwin) ch4backend;
doCheck = true;