From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: Add c-toxcore. Date: Sat, 17 Dec 2016 14:01:05 -0500 Message-ID: <20161217190105.GD1726@jasmine> References: <20161215191415.7797-1-ng0@libertad.pw> <20161215191415.7797-2-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIKEM-0001tx-J6 for guix-devel@gnu.org; Sat, 17 Dec 2016 14:01:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIKEI-0000OJ-P8 for guix-devel@gnu.org; Sat, 17 Dec 2016 14:01:14 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36343) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cIKEI-0000O0-MA for guix-devel@gnu.org; Sat, 17 Dec 2016 14:01:10 -0500 Content-Disposition: inline In-Reply-To: <20161215191415.7797-2-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org 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 ? > + (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.