guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2e2914da5add942b6f4a9b8ced7fc66ae1bb309e
Author: Yelninei <[email protected]>
AuthorDate: Tue Nov 25 14:43:19 2025 +0000
build-system: go: Set correct GOOS for Hurd.
* guix/build-system/go.scm (go-target): Add case for hurd.
Change-Id: Ib2ec622d8dd4795afd3b8164ab5e910bbadb563b
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
guix/build-system/go.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index 8b01c5d0b5..8c6eed4690 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -115,6 +115,7 @@ commit hash and its date rather than a proper release tag."
(_ arch))
(match os
((or "mingw32" "cygwin") "windows")
+ ("gnu" "hurd")
(_ os))))
(_
(raise