From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 3/4] Add SQLite. Date: Sat, 26 Jan 2013 21:01:51 +0100 Message-ID: <5104362F.6060102@gmail.com> References: <1359142972-32585-1-git-send-email-tipecaml@gmail.com> <1359142972-32585-4-git-send-email-tipecaml@gmail.com> <87ham5hub3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzC79-0005ou-Bx for bug-guix@gnu.org; Sat, 26 Jan 2013 15:12:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzC75-0001lx-7y for bug-guix@gnu.org; Sat, 26 Jan 2013 15:12:35 -0500 In-Reply-To: <87ham5hub3.fsf@gnu.org> 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: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: bug-guix@gnu.org On 01/25/2013 09:38 PM, Ludovic Courtès 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.mirror/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." Cyril.