From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [Patch] go@1.4 Updated patch Date: Mon, 27 Jun 2016 11:20:09 -0400 Message-ID: <20160627152009.GA22040@jasmine> References: <87fusuh52h.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <1464968435.2613720.627094929.3FEBB927@webmail.messagingengine.com> <87d1nygoiq.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <871t4a7mkr.fsf@igalia.com> <8737omgukj.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <877fdukya9.fsf@gnu.org> <87vb0vvbqf.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHYKr-0002hR-Gz for guix-devel@gnu.org; Mon, 27 Jun 2016 11:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHYKk-0001Tj-Uf for guix-devel@gnu.org; Mon, 27 Jun 2016 11:20:28 -0400 Content-Disposition: inline In-Reply-To: <87vb0vvbqf.fsf@devserver.i-did-not-set--mail-host-address--so-tickle-me> 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" To: Matthew Jordan Cc: guix-devel@gnu.org On Sun, Jun 26, 2016 at 06:14:48PM -0400, Matthew Jordan wrote: > Subject: [PATCH] gnu: Add go@1.4 > > * gnu/local.mk: Modified file. > * gnu/packages/golang.scm: New file. > + (replace 'install > + (lambda* (#:key outputs inputs #:allow-other-keys) > + (let* ((output (assoc-ref outputs "out")) > + (doc_out (assoc-ref outputs "doc")) > + (bash (string-append (assoc-ref inputs "bash") "bin/bash")) What is this "bash" used for? I don't see it referred to in the install phase.