guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bb6ae1c1aecbebb1829435ab7c9a1403d1023de1
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Aug 22 20:17:11 2025 +0300

    gnu: Remove gccgo-11.
    
    * gnu/packages/gcc.scm (gccgo-11): Delete variable.
    
    Change-Id: Idc2313a383ac5a02d3eebbe11f471a0fb862d927
    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 d8dbd82e70..67573cf50f 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.16.5
-(define-public gccgo-11
-  (make-gccgo gcc-11))
-
 ;; Provides go-1.18
 (define-public gccgo-12
   (make-gccgo gcc-12))

Reply via email to