me
/
guix
Archived
1
0
Fork 0

gnu: Add gdc-10.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
guy fleury iteriteka 2020-07-16 16:33:02 +02:00 committed by Efraim Flashner
parent dc9e8f2ed3
commit 163686d82e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 0 deletions

View File

@ -692,6 +692,11 @@ as the 'native-search-paths' field."
(custom-gcc gcc "gfortran" '("fortran")
%generic-search-paths)))
(define-public gdc-10
(hidden-package
(custom-gcc gcc-10 "gdc" '("d")
%generic-search-paths)))
(define-public libgccjit
(package
(inherit gcc-9)