mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
numpy: gfortran and pytest should be nativeBuildInputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user