Skip to content

Commit

Permalink
pandas: Mark broken in i686.See #23253.
Browse files Browse the repository at this point in the history
(cherry picked from commit 5903609)
  • Loading branch information
teh authored and FRidh committed Mar 3, 2017
1 parent c7808fd commit 6431f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/pandas/default.nix
Expand Up @@ -82,10 +82,13 @@ in buildPythonPackage rec {
'';

meta = {
# https://github.com/pandas-dev/pandas/issues/14866
# pandas devs are no longer testing i686 so safer to assume it's broken
broken = stdenv.isi686;
homepage = "http://pandas.pydata.org/";
description = "Python Data Analysis Library";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ raskin fridh ];
platforms = stdenv.lib.platforms.unix;
};
}
}

0 comments on commit 6431f49

Please sign in to comment.