guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: Add gccgo-13.


From: guix-commits
Subject: 02/04: gnu: Add gccgo-13.
Date: Sat, 28 Oct 2023 15:04:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f093eecbbc3aa83e3e2c502254d50678cdee61f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 27 21:23:27 2023 +0300

    gnu: Add gccgo-13.
    
    * gnu/packages/crates-io.scm (gccgo-13): New variable.
    
    Change-Id: I4b1ed0657518b9113a5ce89221189b9dd60f4347
---
 gnu/packages/gcc.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index a903f89dfb..4de12e2714 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1235,6 +1235,10 @@ provides the GNU compiler for the Go programming 
language."))
 (define-public gccgo-12
   (make-gccgo gcc-12))
 
+;; Provides go-1.18
+(define-public gccgo-13
+  (make-gccgo gcc-13))
+
 (define %objc-search-paths
   (list (search-path-specification
          (variable "OBJC_INCLUDE_PATH")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]