~ruther/guix-local

8f73e3822bc89925e78ee79b1e14f0fb64a1237f — Efraim Flashner 7 months ago e79b7b0
gnu: Remove gccgo-10.

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

Change-Id: Ic8fb9eaaaddad88378c537815caf8468f5de5be4
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.14.6
(define-public gccgo-10
  (make-gccgo gcc-10))

;; Provides go-1.16.5
(define-public gccgo-11
  (make-gccgo gcc-11))