gnu: ncmpcpp: Enable the clock feature.
authorLeo Famulari <leo@famulari.name>
Wed, 15 Jan 2020 12:28:27 +0000 (07:28 -0500)
committerLeo Famulari <leo@famulari.name>
Wed, 15 Jan 2020 12:29:39 +0000 (07:29 -0500)
* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock'
to #:configure-flags.

gnu/packages/mpd.scm

index 08d8eb1..2550c12 100644 (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