gnu: mpdevil: Add missing input.
* gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
aeda325cf1
commit
ccf64b6a8b
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ album-experience.")
|
||||||
python-mpd2
|
python-mpd2
|
||||||
python-pycairo
|
python-pycairo
|
||||||
python-pygobject))
|
python-pygobject))
|
||||||
(native-inputs (list `(,glib "bin")))
|
(native-inputs (list gettext-minimal `(,glib "bin")))
|
||||||
(home-page "https://github.com/SoongNoonien/mpdevil")
|
(home-page "https://github.com/SoongNoonien/mpdevil")
|
||||||
(synopsis "Music browser for the MPD")
|
(synopsis "Music browser for the MPD")
|
||||||
(description "mpdevil is a music browser for the Music Player Daemon (MPD),
|
(description "mpdevil is a music browser for the Music Player Daemon (MPD),
|
||||||
|
|
Reference in a new issue