zbar: disable dbus by default because the implementation is buggy

+5 -1
+5 -1
pkgs/tools/graphics/zbar/default.nix
··· 15 , autoreconfHook 16 , dbus 17 , enableVideo ? stdenv.isLinux 18 - , enableDbus ? stdenv.isLinux 19 , libintl 20 }: 21
··· 15 , autoreconfHook 16 , dbus 17 , enableVideo ? stdenv.isLinux 18 + # The implementation is buggy and produces an error like 19 + # Name Error (Connection ":1.4380" is not allowed to own the service "org.linuxtv.Zbar" due to security policies in the configuration file) 20 + # for every scanned code. 21 + # see https://github.com/mchehab/zbar/issues/104 22 + , enableDbus ? false 23 , libintl 24 }: 25