diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-04-25 23:08:45 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-04-25 23:08:45 +0300 |
commit | ccf64b6a8b8718a8bb69719cf9ed2873464e3850 (patch) | |
tree | 4f3ec8e1c9194baf2af59d525f40db9251aaa0b1 /gnu/packages | |
parent | aeda325cf1d3a6f9922ff8560fb2558513be68f3 (diff) | |
download | guix-ccf64b6a8b8718a8bb69719cf9ed2873464e3850.tar.gz |
gnu: mpdevil: Add missing input.
* gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mpd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 14754ada84..1a556c0289 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -588,7 +588,7 @@ album-experience.") python-mpd2 python-pycairo python-pygobject)) - (native-inputs (list `(,glib "bin"))) + (native-inputs (list gettext-minimal `(,glib "bin"))) (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), |