guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add gcc-toolchain-13.


From: guix-commits
Subject: 02/02: gnu: Add gcc-toolchain-13.
Date: Thu, 28 Sep 2023 12:46:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit aa69d140d304efe5a074d57eef63573c579f7d25
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 27 18:57:12 2023 +0800

    gnu: Add gcc-toolchain-13.
    
    * gnu/packages/commencement.scm (gcc-toolchain-13): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/commencement.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9604f06a47..80fdb5aed7 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3635,6 +3635,9 @@ is the GNU Compiler Collection.")
 (define-public gcc-toolchain-12
   (make-gcc-toolchain gcc-12))
 
+(define-public gcc-toolchain-13
+  (make-gcc-toolchain gcc-13))
+
 (define-public gcc-toolchain-aka-gcc
   ;; It's natural for users to try "guix install gcc".  This package
   ;; automatically "redirects" them to 'gcc-toolchain'.



reply via email to

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