guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit fc0f65fac6c9ed2d98bede8ebe972a4c2f019991
Author: Yelninei <[email protected]>
AuthorDate: Mon Jun 8 13:23:42 2026 +0000
gnu: go-golang-org-x-tools: Remove gccgo dependency.
* gnu/packages/golang-build.scm (go-golang-org-x-tools):
[native-inputs]: Remove gccgo-14.
Merges: guix/guix!9163
Change-Id: Iae9e8dc8366744828bc05d1c7f0d9cf831683e91
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-build.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 334ba933f7..e12ff90aab 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1516,8 +1516,7 @@ time.")
"TestRewrites")
"|"))))
(native-inputs
- (list gccgo-14
- go-github-com-google-go-cmp))
+ (list go-github-com-google-go-cmp))
(propagated-inputs
(list go-github-com-yuin-goldmark
go-golang-org-x-mod