guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: mpd: Add D-Bus dependency.


From: guix-commits
Subject: 02/02: gnu: mpd: Add D-Bus dependency.
Date: Fri, 5 Jan 2024 17:10:15 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c0e21e523d93081153a2ffc91e5a9f06afe62b91
Author: Leo Nikkilä <hello@lnikki.la>
AuthorDate: Fri Dec 1 05:58:44 2023 +0200

    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>
---
 gnu/packages/mpd.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]