scikit-learn: move gfortran to nativeBuildInputs

This commit is contained in:
Markus Kowalewski 2021-09-03 13:33:34 +02:00
parent be7e4cc15b
commit 7d1b3059fc
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -16,7 +16,8 @@ buildPythonPackage rec {
sha256 = "1z3w2c50dwwa297j88pr16pyrjysagsvdj7vrlq40q8777rs7a6z";
};
buildInputs = [ pillow gfortran glibcLocales ];
nativeBuildInputs = [ gfortran ];
buildInputs = [ pillow glibcLocales ];
propagatedBuildInputs = [ numpy scipy numpy.blas ];
checkInputs = [ pytest ];