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
commit e8132edfde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
}