summaryrefslogtreecommitdiff
path: root/guix/build-system
diff options
context:
space:
mode:
Diffstat (limited to 'guix/build-system')
-rw-r--r--guix/build-system/go.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index b62f2a897b..8cdcb61028 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -166,8 +166,8 @@ commit hash and its date rather than a proper release tag."
(tests? #t)
(allow-go-reference? #f)
(system (%current-system))
- (goarch (first (go-target (%current-system))))
- (goos (last (go-target (%current-system))))
+ (goarch #f)
+ (goos #f)
(guile #f)
(imported-modules %go-build-system-modules)
(modules '((guix build go-build-system)