numpy: gfortran and pytest should be nativeBuildInputs

This commit is contained in:
John Ericson 2018-09-25 14:03:30 -04:00
parent e6a476c862
commit cfbfb9440c

View File

@ -11,7 +11,8 @@ buildPythonPackage rec {
};
disabled = isPyPy;
buildInputs = [ gfortran pytest blas ];
nativeBuildInputs = [ gfortran pytest ];
buildInputs = [ blas ];
patches = lib.optionals (python.hasDistutilsCxxPatch or false) [
# We patch cpython/distutils to fix https://bugs.python.org/issue1222585