zbar: disable dbus by default because the implementation is buggy
This commit is contained in:
parent
69e6c29f0a
commit
cb5860ff98
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue