Merge pull request #143039 from Profpatsch/zbar-disable-dbus
This commit is contained in:
commit
21a885616c
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, dbus
|
, dbus
|
||||||
, enableVideo ? stdenv.isLinux
|
, 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
|
, libintl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue