Efraim Flashner skribis:
> On Thu, 14 Jan 2016 16:12:35 +0100
> l...@gnu.org (Ludovic Courtès) wrote:
[...]
>> Also, what’s CSP-style? :-)
>
> I have no idea :) I scanned golang.org but didn't see anything that looked
> usable, so I hit up Wikipedia and that's what it spit out. It seems wikipe
On Thu, 14 Jan 2016 16:12:35 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> Efraim Flashner skribis:
>
> [...]
>
> [...]
>
> > +(replace 'build
> > + (let* ((bash (assoc-ref %build-inputs "bash"))
> > + (gccgo (assoc-ref %build-inputs "gccgo"))
> > +
Efraim Flashner skribis:
> * gnu/packages/golang.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add golang.scm.
[...]
> +(replace 'build
> + (let* ((bash (assoc-ref %build-inputs "bash"))
> + (gccgo (assoc-ref %build-inputs "gccgo"))
> +
* gnu/packages/golang.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add golang.scm.
---
gnu-system.am | 1 +
gnu/packages/golang.scm | 94 +
2 files changed, 95 insertions(+)
create mode 100644 gnu/packages/golang.scm
diff --git a