diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-17 13:09:43 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-26 15:38:38 -0500 |
commit | a99a91ff353d297a815b094c1df5db4b0ec9f242 (patch) | |
tree | 351923760dc9ad73c4492af131bb835eebf8a20f /gnu/packages | |
parent | c6bec1ca42f7d8263821d0a48e984b70c435a829 (diff) | |
download | guix-a99a91ff353d297a815b094c1df5db4b0ec9f242.tar.gz guix-a99a91ff353d297a815b094c1df5db4b0ec9f242.zip |
gnu: gdmd: Replace gdc-11 with gdc alias.
* gnu/packages/dlang.scm (gdmd) [inputs]: Replace gdc-11 with gdc.
Change-Id: Ie035bb79c128c266cee85cf11bf79216f4f8b454
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/dlang.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 8e9a329ff2..de75529df8 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -136,8 +136,7 @@ to a minimal test case.") (string-append "my $gdc_dir = \"" (dirname (search-input-file inputs "/bin/gdc")) "\";\n")))))))) - (inputs - (list gdc-11 perl)) + (inputs (list gdc perl)) (home-page "https://github.com/D-Programming-GDC/gdmd") (synopsis "DMD-like wrapper for GDC") (description "This package provides a DMD-like wrapper for the |