wshowkeys: Mark as broken

It doesn't run anymore:
$ wshowkeys
zwlr_layer_surface_v1@11: error 1: width 0 requested without setting left and right anchors
wl_display_dispatch: Protocol error

We'll remove this package after a while. Fix #129362.

Reported-by: Nicolas Berbiche <nicolas@normie.dev>
This commit is contained in:
Michael Weiss
2021-07-08 18:43:48 +02:00
parent 2ed84aa0f2
commit 3938c5ed20
+2
View File
@@ -35,5 +35,7 @@ in stdenv.mkDerivation rec {
# TODO: gpl3Only or gpl3Plus (ask upstream)?
platforms = platforms.unix;
maintainers = with maintainers; [ primeos berbiche ];
broken = true; # Unmaintained and fails to run (Wayland protocol error)
# TODO (@primeos): Remove this package after the NixOS 21.11 branch-off
};
}