1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add gcc-toolchain-13.

* gnu/packages/commencement.scm (gcc-toolchain-13): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Hilton Chain
2023-09-27 18:57:12 +08:00
committed by Efraim Flashner
parent 54da3d2c2e
commit aa69d140d3

View File

@@ -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'.