clblas: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski
2021-09-03 13:33:34 +02:00
parent ece4c5fc29
commit 4c8194527f
@@ -35,9 +35,8 @@ stdenv.mkDerivation rec {
"-DBUILD_TEST=OFF"
];
nativeBuildInputs = [ cmake ];
nativeBuildInputs = [ cmake gfortran ];
buildInputs = [
gfortran
blas
python3
boost