sc-controller: mark as broken
Python 3 is not supported but PyGObject no longer supports Python 2. https://github.com/kozec/sc-controller/issues/498
This commit is contained in:
parent
268f2d1478
commit
eaeafe60f4
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/kozec/sc-controller";
|
||||
# donations: https://www.patreon.com/kozec
|
||||
broken = true;
|
||||
description = "User-mode driver and GUI for Steam Controller and other controllers";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue