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.