numpy: gfortran and pytest should be nativeBuildInputs
This commit is contained in:
parent
e6a476c862
commit
cfbfb9440c
@ -11,7 +11,8 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
buildInputs = [ gfortran pytest blas ];
|
nativeBuildInputs = [ gfortran pytest ];
|
||||||
|
buildInputs = [ blas ];
|
||||||
|
|
||||||
patches = lib.optionals (python.hasDistutilsCxxPatch or false) [
|
patches = lib.optionals (python.hasDistutilsCxxPatch or false) [
|
||||||
# We patch cpython/distutils to fix https://bugs.python.org/issue1222585
|
# We patch cpython/distutils to fix https://bugs.python.org/issue1222585
|
||||||
|
Loading…
x
Reference in New Issue
Block a user