[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ncmpcpp: Enable the clock feature.
From: |
guix-commits |
Subject: |
02/02: gnu: ncmpcpp: Enable the clock feature. |
Date: |
Wed, 15 Jan 2020 07:29:47 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 9edae6c05cd879393d59702f033f4c3ccce30dba
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Jan 15 07:28:27 2020 -0500
gnu: ncmpcpp: Enable the clock feature.
* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock'
to #:configure-flags.
---
gnu/packages/mpd.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 08d8eb1..2550c12 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