mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ncmpcpp: Enable the clock feature.
* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock' to #:configure-flags.
This commit is contained in:
parent
3f6ed3b2e6
commit
9edae6c05c
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ (define-public ncmpcpp
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue