diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 05:32:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 05:42:06 +0100 |
commit | 287c404c7fee617b6c9e05f0f4e537b519973228 (patch) | |
tree | 526756db5119f72fcfb74828d124499d93164ad5 | |
parent | a208a9d2b750db60488a7f2fdc99b7c2489d6457 (diff) | |
download | guix-287c404c7fee617b6c9e05f0f4e537b519973228.tar.gz |
gnu: ncmpc: Remove input labels.
* gnu/packages/mpd.scm (ncmpc)[native-inputs]: Remove input labels.
-rw-r--r-- | gnu/packages/mpd.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index d56163e038..ab7cebfe23 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.") |