guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 164ce513a1c7533455f9c0b1d57ac2cc432aeeb0
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Aug 22 20:17:04 2025 +0300
gnu: Remove gccgo-10.
* gnu/packages/gcc.scm (gccgo-10): Delete variable.
Change-Id: Ic8fb9eaaaddad88378c537815caf8468f5de5be4
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/gcc.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 8456d4a6c3..d8dbd82e70 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1574,10 +1574,6 @@ provides the GNU compiler for the Go programming
language.")
(("(defaultGOROOTValue.*?return `)[^`]+" _ start)
(string-append start "/nonexistent"))))))))))))
-;; Provides go-1.14.6
-(define-public gccgo-10
- (make-gccgo gcc-10))
-
;; Provides go-1.16.5
(define-public gccgo-11
(make-gccgo gcc-11))