guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: ncmpcpp: Enable taglib support.


From: Ludovic Courtès
Subject: Re: 01/01: gnu: ncmpcpp: Enable taglib support.
Date: Sun, 08 Mar 2015 22:30:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Howdy!

Paul <address@hidden> skribis:

> commit cd77777602af48a32466d8d720a6c70a89721607
> Author: Paul van der Walt <address@hidden>
> Date:   Sat Mar 7 13:40:40 2015 +0100
>
>     gnu: ncmpcpp: Enable taglib support.
>     
>     * gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag.

[...]

> 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)))

‘taglib’ should go to a new ‘inputs’ field, not to ‘native-inputs’ (the
distinction between the two is for when cross-compiling: ‘native-inputs’
are things that need to be run on the machine that compiles, whereas
‘inputs’ is code to run on the target machine.)

Could you adjust accordingly?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]