me
/
guix
Archived
1
0
Fork 0

gnu: Add gccgo-13.

* gnu/packages/crates-io.scm (gccgo-13): New variable.

Change-Id: I4b1ed0657518b9113a5ce89221189b9dd60f4347
Efraim Flashner 2023-10-27 21:23:27 +03:00
parent beb8365e37
commit f093eecbbc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 0 deletions

View File

@ -1235,6 +1235,10 @@ provides the GNU compiler for the Go programming language."))
(define-public gccgo-12 (define-public gccgo-12
(make-gccgo gcc-12)) (make-gccgo gcc-12))
;; Provides go-1.18
(define-public gccgo-13
(make-gccgo gcc-13))
(define %objc-search-paths (define %objc-search-paths
(list (search-path-specification (list (search-path-specification
(variable "OBJC_INCLUDE_PATH") (variable "OBJC_INCLUDE_PATH")