zbar: disable dbus by default because the implementation is buggy

This commit is contained in:
Profpatsch 2021-10-26 12:53:38 +02:00
parent 69e6c29f0a
commit cb5860ff98

View file

@ -15,7 +15,11 @@
, autoreconfHook
, dbus
, enableVideo ? stdenv.isLinux
, enableDbus ? stdenv.isLinux
# 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.
# see https://github.com/mchehab/zbar/issues/104
, enableDbus ? false
, libintl
}: