guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add gccgo-11.


From: guix-commits
Subject: 01/02: gnu: Add gccgo-11.
Date: Tue, 22 Feb 2022 06:10:24 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5cc9d41d86890c6d96b627a34f0f26abc9da6b39
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 22 12:59:31 2022 +0200

    gnu: Add gccgo-11.
    
    * gnu/packages/gcc.scm (gccgo-11): New variable.
---
 gnu/packages/gcc.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 6a030df449..ce62d7533a 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -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")



reply via email to

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