me
/
guix
Archived
1
0
Fork 0

gnu: ncmpc: Remove input labels.

* gnu/packages/mpd.scm (ncmpc)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2021-12-18 05:32:05 +01:00
parent a208a9d2b7
commit 287c404c7f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -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.")