Skip to content

Commit

Permalink
pythonPackages.cram: mark i686 broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jluttine committed May 17, 2017
1 parent fb19aac commit e95cb5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/cram/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{lib, buildPythonPackage, fetchPypi, coverage, bash, which, writeText}:
{stdenv, lib, buildPythonPackage, fetchPypi, coverage, bash, which, writeText}:

buildPythonPackage rec {
name = "${pname}-${version}";
Expand Down Expand Up @@ -34,5 +34,7 @@ buildPythonPackage rec {
homepage = https://bitheap.org/cram/;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ jluttine ];
# Tests fail on i686: https://hydra.nixos.org/build/52896671/nixlog/4
broken = stdenv.isi686;
};
}

0 comments on commit e95cb5d

Please sign in to comment.