mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.scikitlearn: disable on i686-linux
This commit is contained in:
parent
14049f6953
commit
51ca02f95f
1 changed files with 1 additions and 0 deletions
|
@ -15283,6 +15283,7 @@ let
|
|||
scikitlearn = buildPythonPackage rec {
|
||||
name = "scikit-learn-${version}";
|
||||
version = "0.17b1";
|
||||
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue