about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-11-13 00:46:54 +0100
committerProfpatsch <mail@profpatsch.de>2021-11-13 00:46:54 +0100
commite5d9ceb3a9fac54bbf976eed917e7cc5c72ec2d7 (patch)
treebd2664154a3619bcdb64ab4db4db44da607671e3 /machines/profpatsch/pkgs.nix
parentb2b86627486ab5d9e2c49fa65d3796af450cb7d2 (diff)
machines/profpatsch: disable zbar dbus support
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 918e5a88..047daf45 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -49,6 +49,11 @@ let
 
   mumble = 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)
+  # for every scanned code.
+  zbar = zbar.override { enableDbus = false; };
+
 in
 { inherit
     mpv