Age | Commit message (Expand) | Author |
---|---|---|
2017-10-26 | build-system/go: Fix installation path of executable files....* guix/build/go-build-system.scm (setup-environment): Set GOBIN correctly. | Leo Famulari |
2017-10-24 | build-system/go: Parameterize installing the source code....* guix/build-system/go.scm (go-build): Add install-source? key. * guix/build/go-build-system.scm (install-source): Check if install-source? is true. | Leo Famulari |
2017-10-24 | build-system/go: Strip the Go binaries with the native tool....* guix/build/go-build-system.scm (build): Tell the Go linker to strip some symbol tables and debugging information. | Leo Famulari |
2017-10-12 | build: Add the Go build system....* guix/build-system/go.scm, guix/build/go-build-system.scm: New files. * Makefile.am (MODULES): Add new files. * doc/guix.texi (Build Systems): Document the go-build-system. | Leo Famulari |