From 48afae7da7e19d8678f02d2606ee1280b0bfb19f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 3 Jul 2019 18:51:03 +0200 Subject: [PATCH] way-cooler: Mark as broken (#64138) The project is in full-rewrite state, which also breaks backwards compatibility. Right now, the project README warns that way-cooler is not usable in its current state. Thus mark this as broken, so die-hard users can still use it. This patch should be reverted as soon as there is a new release. Signed-off-by: Matthias Beyer --- pkgs/applications/window-managers/way-cooler/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/way-cooler/default.nix b/pkgs/applications/window-managers/way-cooler/default.nix index 8f35cb620ca..24320ff0073 100644 --- a/pkgs/applications/window-managers/way-cooler/default.nix +++ b/pkgs/applications/window-managers/way-cooler/default.nix @@ -105,7 +105,7 @@ in symlinkJoin rec { homepage = http://way-cooler.org/; license = with licenses; [ mit ]; maintainers = [ maintainers.miltador ]; - broken = stdenv.hostPlatform.isAarch64; # fails to build wc-bg (on aarch64) platforms = platforms.all; + broken = true; }; }