guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: mpdevil: Add missing input.


From: guix-commits
Subject: 03/03: gnu: mpdevil: Add missing input.
Date: Tue, 25 Apr 2023 16:09:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ccf64b6a8b8718a8bb69719cf9ed2873464e3850
Author: Efraim Flashner <efraim@flashner.co.il>
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

[Prev in Thread] Current Thread [Next in Thread]