Re: [PATCH] download: Support 'https_proxy'.

2019-05-13 Thread 宋文武
e43ba9c928403e3fd9b42e75d0fe90fc23 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Fri, 10 May 2019 21:27:40 +0800 >> Subject: [PATCH] download: Support 'https_proxy'. >> >> * guix/build/download.scm (setup-http

Re: [PATCH] download: Support 'https_proxy'.

2019-05-13 Thread Ludovic Courtès
6?= > Date: Fri, 10 May 2019 21:27:40 +0800 > Subject: [PATCH] download: Support 'https_proxy'. > > * guix/build/download.scm (setup-http-tunnel): New procedure. > (open-connection-for-uri): Honor the 'https_proxy' environment variable. [...] > +(define (s

[PATCH] download: Support 'https_proxy'.

2019-05-10 Thread 宋文武
Hello, this patch add 'https_proxy' to 'guix download' (and guix-daemon if we update guix?): >From 424da6e43ba9c928403e3fd9b42e75d0fe90fc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Fri, 10 May 2019 21:27:40 +0800 Subject: [PATCH] downloa