From 69cbbb8302123cd22b7752b63d15f79843b4b6b4 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 1 Nov 2022 19:28:25 +0100 Subject: machines/profpatsch: disable speechdSupport for mumble --- machines/profpatsch/pkgs.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit 1.4.1