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:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user