efraim pushed a commit to branch master
in repository guix.

commit ccf64b6a8b8718a8bb69719cf9ed2873464e3850
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Apr 25 23:08:45 2023 +0300

    gnu: mpdevil: Add missing input.
    
    * gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
---
 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 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),

Reply via email to