Re: gnu: Add Go build system.

2016-12-16 Thread Petter
her source has changed, and how that works on Guix. Optimizations could be made for sure, I will look at this at convenience. On 2016-12-16 05:49, Leo Famulari wrote: On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: From 4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 Fr

Re: gnu: Add Go build system.

2016-12-15 Thread Leo Famulari
On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: > From 4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 > From: Petter > Date: Sun, 11 Dec 2016 01:10:09 +0100 > Subject: [PATCH] gnu: Add Go build system. > > * guix/build-system/go.scm: New file >

Re: gnu: Add Go build system.

2016-12-15 Thread Leo Famulari
oved. In short, it's bad and there's a > lot to do make it ok-ish. That's where you come in :) I haven't contributed or carefully studied the other build systems yet, so my feedback will be rather superficial. I hope somebody with some more knowledge will jump in :) &g

gnu: Add Go build system.

2016-12-10 Thread Petter
the recipes. Happy hacking! PetterFrom 4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 From: Petter Date: Sun, 11 Dec 2016 01:10:09 +0100 Subject: [PATCH] gnu: Add Go build system. * guix/build-system/go.scm: New file * guix/build/go-build-system.scm: New file. --- guix/build-system/go.scm | 193 +++