guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: Add gdc-toolchain-11.


From: guix-commits
Subject: 03/06: gnu: Add gdc-toolchain-11.
Date: Mon, 10 Apr 2023 10:02:30 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 5b125c31efd8d501b1d96086b8365e7faa4c3f05
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 10 16:51:24 2023 +0300

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

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 24cffc4252..25e96b1aa6 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3532,6 +3532,14 @@ D lang development to be installed in user profiles.  
This includes
 gdc, as well as libc (headers and binaries, plus debugging symbols
 in the @code{debug} output), and binutils.")))
 
+(define-public gdc-toolchain-11
+  (package (inherit (make-gcc-toolchain gdc-11))
+    (synopsis "Complete GCC tool chain for D lang development")
+    (description "This package provides a complete GCC tool chain for
+D lang development to be installed in user profiles.  This includes
+gdc, as well as libc (headers and binaries, plus debugging symbols
+in the @code{debug} output), and binutils.")))
+
 ;; Provide the Fortran toolchain package only for the version of gfortran that
 ;; is used by Guix internally to build Fortran libraries, because combining
 ;; code compiled with different versions can cause problems.



reply via email to

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