[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: gdmd: Replace gdc-11 with gdc alias.
From: |
guix-commits |
Subject: |
05/08: gnu: gdmd: Replace gdc-11 with gdc alias. |
Date: |
Fri, 26 Jan 2024 15:39:53 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit a99a91ff353d297a815b094c1df5db4b0ec9f242
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 17 13:09:43 2024 -0500
gnu: gdmd: Replace gdc-11 with gdc alias.
* gnu/packages/dlang.scm (gdmd) [inputs]: Replace gdc-11 with gdc.
Change-Id: Ie035bb79c128c266cee85cf11bf79216f4f8b454
---
gnu/packages/dlang.scm | 3 +--
1 file changed, 1 insertion(+), 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
- branch master updated (8ae8b9804f -> 41e95150a0), guix-commits, 2024/01/26
- 05/08: gnu: gdmd: Replace gdc-11 with gdc alias.,
guix-commits <=
- 08/08: gnu: qt-creator: Add support for demangling D and Rust symbols., guix-commits, 2024/01/26
- 02/08: doc: Define jami-service-type as a variable., guix-commits, 2024/01/26
- 01/08: doc: Define postgresql-service-type as a variable., guix-commits, 2024/01/26
- 06/08: gnu: Add dmd., guix-commits, 2024/01/26
- 03/08: doc: Define mumble-server-service-type as a variable., guix-commits, 2024/01/26
- 04/08: gnu: Add gdc alias., guix-commits, 2024/01/26
- 07/08: gnu: Add d-demangler., guix-commits, 2024/01/26