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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user