* [PATCH] gnu: ncmpcpp: Enable taglib support.
@ 2015-03-07 12:46 Paul van der Walt
2015-03-07 12:50 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Paul van der Walt @ 2015-03-07 12:46 UTC (permalink / raw)
To: guix-devel
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: ncmpcpp: Enable taglib support.
2015-03-07 12:46 [PATCH] gnu: ncmpcpp: Enable taglib support Paul van der Walt
@ 2015-03-07 12:50 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2015-03-07 12:50 UTC (permalink / raw)
To: Paul van der Walt; +Cc: guix-devel
Looks good, please push.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-07 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 12:46 [PATCH] gnu: ncmpcpp: Enable taglib support Paul van der Walt
2015-03-07 12:50 ` Andreas Enge
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).