From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: HTTP proxy support in Guix Date: Tue, 28 Jan 2014 23:12:27 +0100 Message-ID: <87d2jbdad0.fsf@gnu.org> References: <52E7E089.1060205@totakura.in> 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]:52780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8GyN-0001hV-2a for guix-devel@gnu.org; Tue, 28 Jan 2014 17:17:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8GyG-0002TQ-UB for guix-devel@gnu.org; Tue, 28 Jan 2014 17:17:35 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:50205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8GyG-0002TG-Nf for guix-devel@gnu.org; Tue, 28 Jan 2014 17:17:28 -0500 In-Reply-To: <52E7E089.1060205@totakura.in> (Sree Harsha Totakura's message of "Tue, 28 Jan 2014 17:53:29 +0100") 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: Sree Harsha Totakura Cc: guix-devel@gnu.org Sree Harsha Totakura skribis: > Is there support for using a HTTP proxy while downloading sources or > substitutes? Not yet, but Mark added proxy support in Guile, which will be in the forthcoming 2.0.10. Ludo=E2=80=99.