From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Patch] Bitcoin Date: Tue, 22 Sep 2015 09:46:59 +0200 Message-ID: <87r3lq3ngs.fsf@gnu.org> References: <20150916213613.GA11110@debian> <876138j3rb.fsf@openmailbox.org> <20150917191129.GA3694@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeII3-0007zs-On for guix-devel@gnu.org; Tue, 22 Sep 2015 03:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeII2-0003sR-SA for guix-devel@gnu.org; Tue, 22 Sep 2015 03:47:03 -0400 In-Reply-To: <20150917191129.GA3694@debian> (Andreas Enge's message of "Thu, 17 Sep 2015 21:11:29 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > From 1f2e70d2168a36fd6fadbed8a28c99e1a17db283 Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Thu, 17 Sep 2015 21:07:22 +0200 > Subject: [PATCH] gnu: Add bitcoin-core. > > * gnu/packages/finance.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Register it. [...] > +(define-public bitcoin-core > + (package ^ Missing one space. > + (name "bitcoin-core") ^ And an additional one here. Don=E2=80=99t annoy Mathieu. ;-) Otherwise I think you can push to =E2=80=98core-updates=E2=80=99. Ludo=E2=80=99.