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