gnu: mpd: Add D-Bus dependency.

MPD requires D-Bus for Zeroconf support. Avahi is currently included as
a dependency, but Zeroconf isn't actually enabled due D-Bus. This also
enables udisks support.

Before this change, `mpd -V' returns:

    Other features:
     epoll icu inotify ipv6 systemd tcp un

After this change, `mpd -V' returns:

    Other features:
     avahi dbus udisks epoll icu inotify ipv6 systemd tcp un

* gnu/packages/mpd.scm (mpd): Add D-Bus dependency.
[inputs]: Add dbus.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Leo Nikkilä 2023-12-01 05:58:44 +02:00 committed by Maxim Cournoyer
parent ce0d654bb5
commit c0e21e523d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -162,6 +162,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
boost
chromaprint
curl
dbus
elogind
expat
ffmpeg