gnu: Add gccgo-14.
* gnu/packages/gcc.scm (gccgo-14): New variable. Change-Id: I065373047eb186ac410813b7eea0af3b44d8aaa7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
b1c917779a
commit
6b7db5627d
|
@ -1329,6 +1329,10 @@ provides the GNU compiler for the Go programming language."))
|
|||
(define-public gccgo-13
|
||||
(make-gccgo gcc-13))
|
||||
|
||||
;; Provides go-1.18
|
||||
(define-public gccgo-14
|
||||
(make-gccgo gcc-14))
|
||||
|
||||
(define %objc-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "OBJC_INCLUDE_PATH")
|
||||
|
|
Reference in New Issue