gnu: ncmpcpp: Enable taglib support.

* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
This commit is contained in:
Paul van der Walt 2015-03-07 13:40:40 +01:00
parent ed2b1c4f55
commit cd77777602
1 changed files with 3 additions and 2 deletions

View File

@ -196,10 +196,11 @@ terminal using ncurses.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("automake" ,automake) ("automake" ,automake)
("autoconf" ,autoconf) ("autoconf" ,autoconf)
("libtool" ,libtool))) ("libtool" ,libtool)
("taglib" ,taglib)))
(arguments (arguments
'(#:configure-flags '(#:configure-flags
'("BOOST_LIB_SUFFIX=") '("BOOST_LIB_SUFFIX=" "--with-taglib")
#:phases #:phases
(alist-cons-after (alist-cons-after
'unpack 'autogen 'unpack 'autogen