1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Fix mpdevil.

* gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gobject-introspection.
This commit is contained in:
Liliana Marie Prikler
2026-03-10 00:55:57 +01:00
parent eb28ab95c1
commit 6676f76c32

View File

@@ -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),