swiften, pypy: Mark as broken

swiften is broken since 2018-10-18:
x86_64-linux:  https://hydra.nixos.org/build/97180305
aarch64-linux: https://hydra.nixos.org/build/97193043

pypy is broken since 2019-05-29:
x86_64-linux (pypy):  https://hydra.nixos.org/build/97214777
x86_64-linux (pypy3): https://hydra.nixos.org/build/97221287

The builds for swiften and reposurgeon (depends on pypy) regularly fail
during rebuilds for SCons updates (e.g. [0]).

[0]: https://github.com/NixOS/nixpkgs/pull/65392
This commit is contained in:
Michael Weiss 2019-07-30 19:08:05 +02:00
parent ca3f1c20d7
commit 8760c695d4
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 2 additions and 0 deletions

View file

@ -151,5 +151,6 @@ in with passthru; stdenv.mkDerivation rec {
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ andersk ];
broken = true; # TODO: Tests are failing!
};
}

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.twey ];
broken = true; # TODO: Build is failing!
};
}