summaryrefslogtreecommitdiff
path: root/guix/build/go-build-system.scm
AgeCommit message (Expand)Author
2018-07-19build-system/go: Use invoke instead of system*.Leo Famulari
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
2017-11-17build-system/go: Don't let Go executables refer to the Go compiler.Leo Famulari
2017-10-26build-system/go: Fix installation path of executable files.Leo Famulari
2017-10-24build-system/go: Parameterize installing the source code.Leo Famulari
2017-10-24build-system/go: Strip the Go binaries with the native tool.Leo Famulari
2017-10-12build: Add the Go build system.Leo Famulari