me
/
guix
Archived
1
0
Fork 0

gnu: gdmd: Replace gdc-11 with gdc alias.

* gnu/packages/dlang.scm (gdmd) [inputs]: Replace gdc-11 with gdc.

Change-Id: Ie035bb79c128c266cee85cf11bf79216f4f8b454
master
Maxim Cournoyer 2024-01-17 13:09:43 -05:00
parent c6bec1ca42
commit a99a91ff35
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 2 deletions

View File

@ -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