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:
Jan Tojnar 2020-10-18 22:22:39 +02:00
parent 268f2d1478
commit eaeafe60f4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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