about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-11-01 19:28:25 +0100
committerProfpatsch <mail@profpatsch.de>2022-11-01 19:28:25 +0100
commit69cbbb8302123cd22b7752b63d15f79843b4b6b4 (patch)
tree0e7e543c673bc0bba08452fb8ace6b17610699f3
parent642a4f72aad98f7b3bc7106043b3e848ebffa4f5 (diff)
machines/profpatsch: disable speechdSupport for mumble
-rw-r--r--machines/profpatsch/pkgs.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 047daf45..02a4b9df 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -47,7 +47,10 @@ let
     allowBinSh = true;
   };
 
-  mumble = pkgs.mumble.override { speechdSupport = true; };
+  mumble =
+    pkgs.mumble;
+    # speechdSupport is broken
+    # pkgs.mumble.override { speechdSupport = true; };
 
   # The implementation is buggy and produces an error like
   # Name Error (Connection ":1.4380" is not allowed to own the service "org.linuxtv.Zbar" due to security policies in the configuration file)