mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
ca3f1c20d7
commit
8760c695d4
@ -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!
|
||||
};
|
||||
}
|
||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.twey ];
|
||||
broken = true; # TODO: Build is failing!
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user