[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add gdc alias.
From: |
guix-commits |
Subject: |
04/08: gnu: Add gdc alias. |
Date: |
Fri, 26 Jan 2024 15:39:53 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit c6bec1ca42f7d8263821d0a48e984b70c435a829
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 12 10:50:53 2024 -0500
gnu: Add gdc alias.
* gnu/packages/gcc.scm (gdc): New variable.
Change-Id: I38447e46ffba44d3a9d3757d34fe9ff081803457
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gcc.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 6eb01f33a6..5344278174 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1124,6 +1124,12 @@ as the 'native-search-paths' field."
(custom-gcc gcc-11 "gdc" '("d")
%generic-search-paths)))
+;;; Alias tracking the latest GDC version.
+(define-public gdc
+ (hidden-package
+ (custom-gcc gcc "gdc" '("d")
+ %generic-search-paths)))
+
(define-public (make-libgccjit gcc)
(package
(inherit gcc)
- branch master updated (8ae8b9804f -> 41e95150a0), guix-commits, 2024/01/26
- 05/08: gnu: gdmd: Replace gdc-11 with gdc alias., guix-commits, 2024/01/26
- 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 <=
- 07/08: gnu: Add d-demangler., guix-commits, 2024/01/26