mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add gccgo-14.
* gnu/packages/gcc.scm (gccgo-14): New variable. Change-Id: I065373047eb186ac410813b7eea0af3b44d8aaa7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b1c917779a
commit
6b7db5627d
1 changed files with 4 additions and 0 deletions
|
@ -1329,6 +1329,10 @@ (define-public gccgo-12
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue