emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42196: closed ([PATCH 2/2] gnu: Add gdc-toolchain.)


From: GNU bug Tracking System
Subject: bug#42196: closed ([PATCH 2/2] gnu: Add gdc-toolchain.)
Date: Fri, 24 Jul 2020 10:39:01 +0000

Your message dated Fri, 24 Jul 2020 12:38:43 +0200
with message-id <87d04lb3kc.fsf@gnu.org>
and subject line Re: [bug#42196] [PATCH 2/2] gnu: Add gdc-toolchain.
has caused the debbugs.gnu.org bug report #42196,
regarding [PATCH 2/2] gnu: Add gdc-toolchain.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42196: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42196
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: Add gdc-toolchain. Date: Sat, 4 Jul 2020 16:00:25 +0200
* gnu/packages/commencement.scm(gdc-toolchain): 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 ef250e0..510bf0b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -8,6 +8,7 @@
 ;;; Copyright ?? 2018, 2019, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright ?? 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright ?? 2020 Timothy Sample <samplet@ngyro.com>
+;;; Copyright ?? 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3909,5 +3910,12 @@ Fortran development to be installed in user profiles.  
This includes
 gfortran, as well as libc (headers and binaries, plus debugging symbols
 in the @code{debug} output), and binutils.")))
 
+(define-public gdc-toolchain
+  (package (inherit (make-gcc-toolchain gdc))
+    (synopsis "Complete GCC tool chain for D development")
+    (description "This package provides a complete GCC tool chain for
+D 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.")))
 
 ;;; commencement.scm ends here
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42196] [PATCH 2/2] gnu: Add gdc-toolchain. Date: Fri, 24 Jul 2020 12:38:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

guy fleury iteriteka <gfleury@disroot.org> skribis:

> * gnu/packages/commencement.scm(gdc-toolchain): New variable.

This was commit in 7b2ab96a6efcd30ce12371cac101f1f965ff20b8, closing!

Ludo’.


--- End Message ---

reply via email to

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