Skip to content

Commit

Permalink
pandas: Mark broken in i686.See #23253.
Browse files Browse the repository at this point in the history
  • Loading branch information
teh committed Mar 1, 2017
1 parent 61785c5 commit 5903609
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/pandas/default.nix
Original file line number Diff line number Diff line change
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 5903609

Please sign in to comment.