all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: ncmpcpp: Enable taglib support.
Date: Sat,  7 Mar 2015 13:46:14 +0100	[thread overview]
Message-ID: <1425732374-7201-1-git-send-email-paul@denknerd.org> (raw)

* 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

             reply	other threads:[~2015-03-07 12:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-07 12:46 Paul van der Walt [this message]
2015-03-07 12:50 ` [PATCH] gnu: ncmpcpp: Enable taglib support Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425732374-7201-1-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.