blas: move gfortran to nativeBuildInputs

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

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-LjYNmcm9yEB6YYiMQKqFP7QhlCDruCZNtIbLiGBGirM=";
};
buildInputs = [ gfortran ];
nativeBuildInputs = [ gfortran ];
configurePhase = ''
echo >make.inc "SHELL = ${stdenv.shell}"