[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ncmpcpp: Enable taglib support.
From: |
Paul |
Subject: |
01/01: gnu: ncmpcpp: Enable taglib support. |
Date: |
Sat, 07 Mar 2015 13:13:00 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit cd77777602af48a32466d8d720a6c70a89721607
Author: Paul van der Walt <address@hidden>
Date: Sat Mar 7 13:40:40 2015 +0100
gnu: ncmpcpp: Enable taglib support.
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
---
gnu/packages/mpd.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 2313b30..2f9ad72 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -196,10 +196,11 @@ terminal using ncurses.")
`(("pkg-config" ,pkg-config)
("automake" ,automake)
("autoconf" ,autoconf)
- ("libtool" ,libtool)))
+ ("libtool" ,libtool)
+ ("taglib" ,taglib)))
(arguments
'(#:configure-flags
- '("BOOST_LIB_SUFFIX=")
+ '("BOOST_LIB_SUFFIX=" "--with-taglib")
#:phases
(alist-cons-after
'unpack 'autogen