me
/
guix
Archived
1
0
Fork 0

gnu: Add gdc alias.

* gnu/packages/gcc.scm (gdc): New variable.

Change-Id: I38447e46ffba44d3a9d3757d34fe9ff081803457
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
master
Maxim Cournoyer 2024-01-12 10:50:53 -05:00
parent e06b283f60
commit c6bec1ca42
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 0 deletions

View File

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