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 @@ (define-public mpd
boost
chromaprint
curl
dbus
elogind
expat
ffmpeg