summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-07-08 18:36:27 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-07-08 18:43:48 +0200
commit3938c5ed20fe1f02124ba30cd4197fe18c6420dd (patch)
tree0aaf54411d8bf5d95647f3fea80567604306d2a5 /pkgs/tools/wayland
parent2ed84aa0f2103851abfa88595a20b9b38344203b (diff)
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>
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wshowkeys/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/wshowkeys/default.nix b/pkgs/tools/wayland/wshowkeys/default.nix
index 5f0025d6072b..d46678dbc9f0 100644
--- a/pkgs/tools/wayland/wshowkeys/default.nix
+++ b/pkgs/tools/wayland/wshowkeys/default.nix
@@ -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
};
}