summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-10-23 20:02:38 -0400
committerGitHub <noreply@github.com>2020-10-23 20:02:38 -0400
commit949f7f92277d4f779f4b42941795e4ee65bbfab5 (patch)
tree3194a53fb55b9bfce9c12a4bddfe5f773b950ccf /pkgs/misc
parent8317c630af3912e24747d78eb4496c391d8be73c (diff)
parent8ccd765d3775f80566bf19e48a21f527f0aa7e29 (diff)
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
Diffstat (limited to 'pkgs/misc')
-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 ff5fb6e5ee768..23c5e3f9dc8ce 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;