diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2025-11-03 19:37:37 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:21 +0100 |
| commit | f4aa217a168dd67226ae31cdad9f983a8bdd61e5 (patch) | |
| tree | d99ac9ffd3eadf4a77d6badecb4c349be3dcb8df | |
| parent | 97091b854fc19a58abbfce9e381b5263a89fe5e9 (diff) | |
gnu: Add gdc-13.
* gnu/packages/gcc.scm (gdc-13): New public variable.
Change-Id: If7ac081ece1185da1004adf90027e412ae471ae8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gcc.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 89d524fe75f..3638cf51ef2 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1543,6 +1543,9 @@ also includes the druntime and phobos libraries." (define-public gdc-12 (make-gdc gcc-12 gdc-11 #:frontend-version "2.100.2")) +(define-public gdc-13 + (make-gdc gcc-13 gdc-11 #:frontend-version "2.103.1")) + (define-public gdc-14 (make-gdc gcc-14 gdc-11 #:frontend-version "2.108.1")) |
