From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add wiredtiger. Date: Tue, 17 May 2016 23:13:26 +0200 Message-ID: <8737pgwfpl.fsf@gnu.org> References: <1463278998-2205-1-git-send-email-iyzsong@gmail.com> 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]:48303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2qQq-0004nl-2N for guix-devel@gnu.org; Tue, 17 May 2016 21:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2mJ0-0002z7-Rc for guix-devel@gnu.org; Tue, 17 May 2016 17:13:33 -0400 In-Reply-To: <1463278998-2205-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sun, 15 May 2016 10:23:18 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/database.scm (wiredtiger): New variable. [...] > + (arguments > + '(#:tests? #f ; XXX: timeout Could you elaborate a bit? :-) > + (license gpl3) ; or GPL-2 v3-only or v2-only, right? > + ;; WiredTiger requires a 64-bit build. > + (supported-systems '("x86_64-linux" "mips64el-linux")))) If there=E2=80=99s a file or something that explains this, could you mentio= n it in the comment? Thanks, Ludo=E2=80=99.