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