summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/aidc.scm14
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