From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] Add SQLite. Date: Sat, 26 Jan 2013 22:14:51 +0100 Message-ID: <87y5ffd4tw.fsf@gnu.org> References: <1359142972-32585-1-git-send-email-tipecaml@gmail.com> <1359142972-32585-4-git-send-email-tipecaml@gmail.com> <87ham5hub3.fsf@gnu.org> <5104362F.6060102@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 ([208.118.235.92]:46270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzD5U-00015r-QY for bug-guix@gnu.org; Sat, 26 Jan 2013 16:14:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzD5S-0006n8-Ep for bug-guix@gnu.org; Sat, 26 Jan 2013 16:14:56 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:13416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzD5S-0006my-8C for bug-guix@gnu.org; Sat, 26 Jan 2013 16:14:54 -0500 In-Reply-To: <5104362F.6060102@gmail.com> (Cyril Roelandt's message of "Sat, 26 Jan 2013 21:01:51 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > On 01/25/2013 09:38 PM, Ludovic Court=C3=A8s wrote: >> Cyril Roelandt skribis: >> >>> * gnu/packages/sqlite.scm: New file. >>> * Makefile.am (MODULES): Add it. >> >> Applied, thanks. >> >>> + (uri (string-append >>> + "http://downloads.sourceforge.net/project/sqlite.mir= ror/SQLite%20" >>> + version "/sqlite-autoconf-3071502.tar.gz")) >> >> I changed that to use mirror://sourceforge here. This is actually even >> better than using sqlite.org. >> > > Should we remove the TODO item, then ? > > ";;TODO: Download from sqlite.org once this bug : > ;; http://lists.gnu.org/archive/html/bug-guile/2013-01/msg00027.html > ;; has been fixed." Well, we can add sqlite.org as an alternate address when it=E2=80=99s usabl= e, so no.=20 Ludo=E2=80=99.