guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ncmpc: Remove input labels.


From: guix-commits
Subject: 05/06: gnu: ncmpc: Remove input labels.
Date: Fri, 17 Dec 2021 23:42:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 287c404c7fee617b6c9e05f0f4e537b519973228
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 05:32:05 2021 +0100

    gnu: ncmpc: Remove input labels.
    
    * gnu/packages/mpd.scm (ncmpc)[native-inputs]:
    Remove input labels.
---
 gnu/packages/mpd.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index d56163e..ab7cebf 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -209,9 +209,10 @@ player daemon.")
                 "0klkjaq6n05cmgcwiawjm6d3rn6mrncy72s3x0abjjnx177pfzqp"))))
     (build-system meson-build-system)
     (inputs (list boost pcre libmpdclient ncurses))
-    (native-inputs `(("gettext" ,gettext-minimal) ; for xgettext
-                     ("pkg-config" ,pkg-config)
-                     ("python-sphinx" ,python-sphinx)))
+    (native-inputs
+     (list gettext-minimal              ; for xgettext
+           pkg-config
+           python-sphinx))
     (synopsis "Curses Music Player Daemon client")
     (description "ncmpc is a fully featured MPD client, which runs in a
 terminal using ncurses.")



reply via email to

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