diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2025-12-25 18:51:56 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:22 +0100 |
| commit | 9ae76a34d724b7289a333d37f33fe013f691ea7c (patch) | |
| tree | 10505c50dca0abcc626389aca7d96d7e8cd2f6b4 | |
| parent | 734f27f40b7272007933ed37fcbb3818f4115b77 (diff) | |
gnu: gdmd: Alias to gdmd-14.
* gnu/packages/gcc.scm (gdmd): Redefine as an alias to gdmd-14. Avoids
ambiguous package specification warnings and executing make-gdmd twice.
Change-Id: I45455d4b3f547d8d77bc46a553102eebf727b45e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gcc.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index ae157372c2b..0dc25744f73 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1615,8 +1615,7 @@ also includes the druntime and phobos libraries." (define-public gdmd-15 (make-gdmd gdc-15)) -(define-public gdmd - (make-gdmd gdc)) +(define-public gdmd gdmd-14) (define-public gm2 (hidden-package |
