summaryrefslogtreecommitdiff
path: root/guix/build-system/go.scm
AgeCommit message (Expand)Author
2023-10-28build-system/go: Use gccgo when go isn't supported.Efraim Flashner
2022-11-10gnu: Add go-github-com-creack-pty.(unmatched-parenthesis
2022-09-24build-system/go: Respect #:imported-modules when cross-compiling.Maxime Devos
2022-01-11build-system: Pass #:make-dynamic-linker-cache? #f when cross-compiling.Ludovic Courtès
2021-12-24build-system/go: Add pre-built standard library as implicit input.Sarah Morgensen
2021-12-24build-system/go: Add #:substitutable? argument.Sarah Morgensen
2021-11-18build-system/go: Update cross-compilation support to new interface.Ludovic Courtès
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18build-system/go: Fix building on host's secondary architecture.Efraim Flashner
2021-09-17Merge branch 'master' into core-updates-frozenMarius Bakke
2021-09-13build/go: Support cross compiling.Efraim Flashner
2021-04-16Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-04-09import: go: Add an option to use pinned versions.Maxim Cournoyer
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2021-03-10import: Add Go importer.Katherine Cox-Buday
2020-04-08build-system/go: Allow providing additional build flagsJakub Kądziołka
2019-03-14build-system/go: Build with a filesystem union of Go dependencies.Leo Famulari
2017-11-17build-system/go: Don't let Go executables refer to the Go compiler.Leo Famulari
2017-10-24build-system/go: Parameterize installing the source code.Leo Famulari
2017-10-12build: Add the Go build system.Leo Famulari