efraim pushed a commit to branch master
in repository guix.

commit 163686d82e9afeaae45235eb61ae5ee77d4b16b7
Author: guy fleury iteriteka <[email protected]>
AuthorDate: Thu Jul 16 16:33:02 2020 +0200

    gnu: Add gdc-10.
    
    * gnu/packages/gcc.scm (gdc-10): New variable.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/gcc.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 9e88109..9ff5e3d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -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)

Reply via email to