diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2025-12-25 18:49:59 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:22 +0100 |
| commit | 734f27f40b7272007933ed37fcbb3818f4115b77 (patch) | |
| tree | 3a53bb4458cbf443a8191ce6a620e83ef9996b54 | |
| parent | da9924996dc061392ef703f92bf37e9954fcdd4c (diff) | |
gnu: Add gdmd-15.
* gnu/packages/gcc.scm (gdmd-15): New variable.
Change-Id: Ie0ca533fc682e8b253d6ec1704d983defd9af210
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 31c427d2577..ae157372c2b 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1612,6 +1612,9 @@ also includes the druntime and phobos libraries." (define-public gdmd-14 (make-gdmd gdc-14)) +(define-public gdmd-15 + (make-gdmd gdc-15)) + (define-public gdmd (make-gdmd gdc)) |
