me
/
guix
Archived
1
0
Fork 0

gnu: ncmpcpp: Enable the clock feature.

* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock'
to #:configure-flags.
master
Leo Famulari 2020-01-15 07:28:27 -05:00
parent 3f6ed3b2e6
commit 9edae6c05c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ terminal using ncurses.")
`(("pkg-config" ,pkg-config)))
(arguments
'(#:configure-flags
'("BOOST_LIB_SUFFIX=" "--with-taglib")))
'("BOOST_LIB_SUFFIX=" "--with-taglib" "--enable-clock")))
(synopsis "Featureful ncurses based MPD client inspired by ncmpc")
(description "Ncmpcpp is an mpd client with a UI very similar to ncmpc,
but it provides new useful features such as support for regular expressions