Merge pull request #129670 from primeos/wshowkeys
wshowkeys: Mark as broken
This commit is contained in:
commit
e8132edfde
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ in stdenv.mkDerivation rec {
|
||||||
# TODO: gpl3Only or gpl3Plus (ask upstream)?
|
# TODO: gpl3Only or gpl3Plus (ask upstream)?
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos berbiche ];
|
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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue