guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] gnu: Add c-toxcore.


From: Leo Famulari
Subject: Re: [PATCH 1/2] gnu: Add c-toxcore.
Date: Sat, 17 Dec 2016 14:01:05 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

On Thu, Dec 15, 2016 at 07:14:14PM +0000, ng0 wrote:
> * gnu/packages/messaging.scm (c-toxcore): New variable.

> +    (version "0.1.0")

I see a new release:

https://github.com/TokTok/c-toxcore/tree/v0.1.1

> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/TokTok/c-toxcore/archive/v";
> +                           version ".tar.gz"))

Is this the canonical source of c-toxcore? What is its relationship to
<https://github.com/irungentoo/toxcore>?

> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'autoconf
> +           (lambda _
> +             (zero? (system* "autoreconf" "-vfi")))))

Is there no bootstrapped tarball? Okay if not, I'm just wondering.



reply via email to

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