~ruther/guix-local

bb6ae1c1aecbebb1829435ab7c9a1403d1023de1 — Efraim Flashner 7 months ago 8f73e38
gnu: Remove gccgo-11.

* gnu/packages/gcc.scm (gccgo-11): Delete variable.

Change-Id: Idc2313a383ac5a02d3eebbe11f471a0fb862d927
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 0 insertions(+), 4 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +0 -4
@@ 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))