diff options
author | Leo Famulari <leo@famulari.name> | 2020-01-15 07:28:27 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-01-15 07:29:39 -0500 |
commit | 9edae6c05cd879393d59702f033f4c3ccce30dba (patch) | |
tree | e8ab908c886f5193ef8c25fc06d949d4cf26577b /gnu/packages/mpd.scm | |
parent | 3f6ed3b2e6efce181d4b53b21663d814900ac57c (diff) | |
download | patches-9edae6c05cd879393d59702f033f4c3ccce30dba.tar patches-9edae6c05cd879393d59702f033f4c3ccce30dba.tar.gz |
gnu: ncmpcpp: Enable the clock feature.
* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock'
to #:configure-flags.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 08d8eb11de..2550c124b5 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -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 |