Skip to content

Commit 7491549

Browse files
authored
python3Packages.scikit-learn: fix cross build (NixOS#397490)
2 parents 5c1bd81 + 284e344 commit 7491549

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15374,9 +15374,7 @@ self: super: with self; {
1537415374

1537515375
scikit-image = callPackage ../development/python-modules/scikit-image { };
1537615376

15377-
scikit-learn = callPackage ../development/python-modules/scikit-learn {
15378-
inherit (pkgs) gfortran glibcLocales;
15379-
};
15377+
scikit-learn = callPackage ../development/python-modules/scikit-learn { };
1538015378

1538115379
scikit-learn-extra = callPackage ../development/python-modules/scikit-learn-extra { };
1538215380

0 commit comments

Comments
 (0)