gnu: ncmpcpp: Enable taglib support.
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
This commit is contained in:
parent
ed2b1c4f55
commit
cd77777602
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue