about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-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)