guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add gdc-11.


From: guix-commits
Subject: 02/02: gnu: Add gdc-11.
Date: Tue, 27 Apr 2021 10:10:49 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1f5543e7ff5db3f085edb5d6aa150be29bb4af43
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 27 17:08:44 2021 +0300

    gnu: Add gdc-11.
    
    * gnu/packages/gcc.scm (gdc-11): New variable.
---
 gnu/packages/gcc.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index a444abf..8c8968a 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -772,6 +772,11 @@ as the 'native-search-paths' field."
    (custom-gcc gcc-10 "gdc" '("d")
                %generic-search-paths)))
 
+(define-public gdc-11
+  (hidden-package
+   (custom-gcc gcc-11 "gdc" '("d")
+               %generic-search-paths)))
+
 (define-public libgccjit
   (package
     (inherit gcc-9)



reply via email to

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