From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add man-db Date: Tue, 08 Apr 2014 14:12:24 +0200 Message-ID: <878urgm34n.fsf@gnu.org> References: <877g72ezqb.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <874n26ezp0.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <871txaeznu.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <87vbulsox9.fsf@yeeloong.lan> <87txa59xvw.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> <87d2gssi4h.fsf@yeeloong.lan> <87fvlo82nj.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> 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]:56311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXUtD-0006RI-O1 for guix-devel@gnu.org; Tue, 08 Apr 2014 08:12:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXUt8-0000eY-P9 for guix-devel@gnu.org; Tue, 08 Apr 2014 08:12:31 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:57297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXUt8-0000e0-HJ for guix-devel@gnu.org; Tue, 08 Apr 2014 08:12:26 -0400 In-Reply-To: <87fvlo82nj.fsf@labrys.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Tue, 08 Apr 2014 07:46:24 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > + (source (origin > + (method url-fetch) > + (uri (string-append > + "http://download.savannah.gnu.org/releases/man-db/ma= n-db-" > + version ".tar.xz")) Please use mirror://savannah. Other than that, fine with me; Mark? Ludo=E2=80=99.