mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: zbar: Remove dbus connectivity.
* gnu/packages/aidc.scm (zbar): Remove dbus connectivity. [arguments] <#:configure-flags>: Add --without-dbus. [inputs]: Remove dbus. Merges: https://codeberg.org/guix/guix/pulls/3420 Change-Id: Ib355ebd38403cc73240ed1d2414c62c0bed45814 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
232d644c18
commit
138d1411bf
@@ -371,12 +371,11 @@ This package includes the following programs:
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags '(list "--disable-static"
|
||||
"--with-gtk=auto"
|
||||
"--with-python=auto"
|
||||
(string-append "--with-dbusconfdir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/etc"))))
|
||||
#:configure-flags
|
||||
#~(list "--disable-static"
|
||||
"--without-dbus" ;See <https://github.com/mchehab/zbar/issues/104>
|
||||
"--with-gtk=auto"
|
||||
"--with-python=auto")))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
@@ -388,8 +387,7 @@ This package includes the following programs:
|
||||
pkg-config
|
||||
python-wrapper))
|
||||
(inputs
|
||||
(list dbus
|
||||
imagemagick
|
||||
(list imagemagick
|
||||
libjpeg-turbo
|
||||
perl
|
||||
python
|
||||
|
||||
Reference in New Issue
Block a user