scipy: gfortran should be in nativeBuildInputs

This commit is contained in:
John Ericson 2018-09-25 14:08:21 -04:00
parent cfbfb9440c
commit 84fc814982

View File

@ -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