forked from mirrors/nixpkgs
scipy: gfortran should be in nativeBuildInputs
This commit is contained in:
parent
cfbfb9440c
commit
84fc814982
|
@ -10,7 +10,8 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
buildInputs = [ gfortran numpy.blas ];
|
||||
nativeBuildInputs = [ gfortran ];
|
||||
buildInputs = [ numpy.blas ];
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
# Remove tests because of broken wrapper
|
||||
|
|
Loading…
Reference in a new issue