gnu: ncmpcpp: Enable the clock feature.

* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock'
to #:configure-flags.
This commit is contained in:
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

View file

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