* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
---
gnu/packages/mpd.scm | 5 +++--
1 file 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
--
2.3.1