guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6676f76c3238b097cda505fbc162ddb26261a604
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Mar 10 00:55:57 2026 +0100

    gnu: Fix mpdevil.
    
    * gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gobject-introspection.
---
 gnu/packages/mpd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index f44f87ecdc..803b0775c1 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -656,7 +656,7 @@ album-experience.")
                   python-mpd2
                   python-pycairo
                   python-pygobject))
-    (native-inputs (list gettext-minimal `(,glib "bin")))
+    (native-inputs (list gettext-minimal `(,glib "bin") gobject-introspection))
     (home-page "https://github.com/SoongNoonien/mpdevil";)
     (synopsis "Music browser for the MPD")
     (description "mpdevil is a music browser for the Music Player Daemon (MPD),

Reply via email to