On 2016-12-16 03:05, Leo Famulari wrote:
On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote:
+(define* (build #:key import-path #:allow-other-keys)
+ (system* "go" "install" import-path))
+
+(define* (install #:key inputs outputs #:allow-other-keys)
+ (copy-recursively "bin" (string-append
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
> * guix/build/go-build-sys
On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote:
> I've made an attempt at making a build system for Go. It seems to
> work, but it's not pretty. My Guix/Guile skills are bad, so keep your
> expectations to a minimum. Consider it something where there was
> nothing.
Thank you for working on