summary refs log tree commit diff
path: root/pkgs/misc/drivers/sc-controller
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-10-18 22:22:39 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-10-24 01:18:45 +0200
commiteaeafe60f41ccf862165c03fc72dd49f13efa5a1 (patch)
treee45547cda9f29ec245c14d5d57bc14537995ef2a /pkgs/misc/drivers/sc-controller
parent268f2d1478c53f125cd8f4f53e8d2bae375591fe (diff)
downloadnixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar.gz
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar.bz2
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar.lz
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar.xz
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.tar.zst
nixpkgs-eaeafe60f41ccf862165c03fc72dd49f13efa5a1.zip
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
Diffstat (limited to 'pkgs/misc/drivers/sc-controller')
-rw-r--r--pkgs/misc/drivers/sc-controller/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/sc-controller/default.nix b/pkgs/misc/drivers/sc-controller/default.nix
index ff5fb6e5ee7..23c5e3f9dc8 100644
--- a/pkgs/misc/drivers/sc-controller/default.nix
+++ b/pkgs/misc/drivers/sc-controller/default.nix
@@ -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;