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

View file

@ -196,10 +196,11 @@ (define-public ncmpcpp
`(("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