guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add gdc-10.


From: guix-commits
Subject: 01/02: gnu: Add gdc-10.
Date: Sun, 19 Jul 2020 13:24:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 163686d82e9afeaae45235eb61ae5ee77d4b16b7
Author: guy fleury iteriteka <gfleury@disroot.org>
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 <efraim@flashner.co.il>
---
 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

[Prev in Thread] Current Thread [Next in Thread]