From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#25831: Expose http_proxy setting on GuixSD Date: Wed, 22 Feb 2017 15:26:31 -0500 Message-ID: <20170222202631.GB28813@jasmine> References: <20170221171912.GB1656@jasmine> <87efyrwgrk.fsf@gnu.org> <20170221202654.GA16281@jasmine> <87r32qv9ho.fsf@gnu.org> <20170222192223.GA26356@jasmine> <8737f60ypb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgdVE-0005fG-7c for bug-guix@gnu.org; Wed, 22 Feb 2017 15:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgdV8-0002V0-De for bug-guix@gnu.org; Wed, 22 Feb 2017 15:27:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cgdV8-0002Uo-AJ for bug-guix@gnu.org; Wed, 22 Feb 2017 15:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cgdV8-0002Kx-1U for bug-guix@gnu.org; Wed, 22 Feb 2017 15:27:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8737f60ypb.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" To: Mathieu Lirzin Cc: 25831-done@debbugs.gnu.org On Wed, Feb 22, 2017 at 09:15:12PM +0100, Mathieu Lirzin wrote: > Leo Famulari writes: > > + (list (string-append "PATH=" #$lsof "/bin") > > + #$@(if http-proxy > > + (list (string-append "http_proxy=" http-proxy)) > > + '())) > ^^ > missin two spaces in THEN and ELSE part ;) I'm still learning what looks right :) > Otherwise, LGTM. Thanks for your advice and review! I pushed the change as 93d32da9f8bba815b1effe6358904b5e1f9c73ff.