From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] guile-gdbm-ffi Date: Sun, 31 May 2015 23:45:11 +0200 Message-ID: <87vbf8zajc.fsf@gnu.org> References: <877frotwkl.fsf@earlgrey.lan> <876178tvx7.fsf@earlgrey.lan> 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]:56779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzB2p-0008G3-HC for guix-devel@gnu.org; Sun, 31 May 2015 17:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzB2m-0007nI-By for guix-devel@gnu.org; Sun, 31 May 2015 17:45:23 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzB2m-0007nD-8v for guix-devel@gnu.org; Sun, 31 May 2015 17:45:20 -0400 In-Reply-To: <876178tvx7.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Sun, 31 May 2015 13:59:21 -0500") 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: Christopher Allan Webber Cc: guix-devel Christopher Allan Webber skribis: > From b7f67bb064e02075b38c5c559895d33b784cfccf Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Sun, 31 May 2015 13:38:21 -0500 > Subject: [PATCH] gnu: Add guile-gdbm-ffi > > * gnu/packages/guile.scm (guile-gdbm-ffi): New variable. Applied. I took the freedom to change it to use =E2=80=98compile-file=E2= =80=99 instead of spawning a process and all that. ;-) Thanks! Ludo=E2=80=99.