Merge pull request #129670 from primeos/wshowkeys

wshowkeys: Mark as broken
This commit is contained in:
Sandro
2021-07-09 00:53:55 +02:00
committed by GitHub
+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
};
}