mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ncmpcpp: Enable taglib support.
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.
This commit is contained in:
parent
ed2b1c4f55
commit
cd77777602
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue