diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-10-09 12:16:48 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 11:34:14 +0000 |
| commit | 138d1411bf00a6c138515affd025f9c1b9705c97 (patch) | |
| tree | abc16851b7ed95f9b80d35debd000aeadc2152d5 | |
| parent | 232d644c184de97d053e74db08df928727a52629 (diff) | |
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>
| -rw-r--r-- | gnu/packages/aidc.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index 8fc41857248..dc88168650f 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -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 |
