me
/
guix
Archived
1
0
Fork 0

gnu: Add gccgo-11.

* gnu/packages/gcc.scm (gccgo-11): New variable.
Efraim Flashner 2022-02-22 12:59:31 +02:00
parent 3d6f6aa65e
commit 5cc9d41d86
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

@ -1045,6 +1045,9 @@ provides the GNU compiler for the Go programming language."))
(define-public gccgo-10
(make-gccgo gcc-10))
(define-public gccgo-11
(make-gccgo gcc-11))
(define %objc-search-paths
(list (search-path-specification
(variable "OBJC_INCLUDE_PATH")