diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-06-27 23:38:22 +0800 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-07-02 13:19:40 +0300 |
commit | 6b7db5627dc55c91725b4b68b04fe24bedd91590 (patch) | |
tree | 1198c0a1674d3d90dd0761f915211130abffd594 /gnu/packages | |
parent | b1c917779a0d848de92ee5b02575629336e35237 (diff) | |
download | guix-6b7db5627dc55c91725b4b68b04fe24bedd91590.tar.gz guix-6b7db5627dc55c91725b4b68b04fe24bedd91590.zip |
gnu: Add gccgo-14.
* gnu/packages/gcc.scm (gccgo-14): New variable.
Change-Id: I065373047eb186ac410813b7eea0af3b44d8aaa7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index f44030355e..c103225ef9 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -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") |