me
/
guix
Archived
1
0
Fork 0

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
Zheng Junjie 2024-06-27 23:38:22 +08:00 committed by Efraim Flashner
parent b1c917779a
commit 6b7db5627d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -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")