From 138d1411bf00a6c138515affd025f9c1b9705c97 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 9 Oct 2025 12:16:48 +0200 Subject: [PATCH] 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 --- gnu/packages/aidc.scm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index 8fc4185724..dc88168650 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 + "--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