diff options
author | Leo Nikkilä <hello@lnikki.la> | 2023-12-01 05:58:44 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-05 17:04:32 -0500 |
commit | c0e21e523d93081153a2ffc91e5a9f06afe62b91 (patch) | |
tree | 6b3340c412ba5d1a0cd99d21f71c4fe3da488b28 /gnu/packages | |
parent | ce0d654bb5bbb94881b8d20ca9f1ca9cc8511e90 (diff) | |
download | guix-c0e21e523d93081153a2ffc91e5a9f06afe62b91.tar.gz guix-c0e21e523d93081153a2ffc91e5a9f06afe62b91.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mpd.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index c5e8f2bdff..e16c6bb964 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -162,6 +162,7 @@ interfacing MPD in the C, C++ & Objective C languages.") boost chromaprint curl + dbus elogind expat ffmpeg |