Skip to content

Commit 284e344

Browse files
python3Packages.scikit-learn: fix cross build
1 parent 20b2600 commit 284e344

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
@@ -15343,9 +15343,7 @@ self: super: with self; {
1534315343

1534415344
scikit-image = callPackage ../development/python-modules/scikit-image { };
1534515345

15346-
scikit-learn = callPackage ../development/python-modules/scikit-learn {
15347-
inherit (pkgs) gfortran glibcLocales;
15348-
};
15346+
scikit-learn = callPackage ../development/python-modules/scikit-learn { };
1534915347

1535015348
scikit-learn-extra = callPackage ../development/python-modules/scikit-learn-extra { };
1535115349

0 commit comments

Comments
 (0)