unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: guy fleury iteriteka <gfleury@disroot.org>
To: 42196@debbugs.gnu.org
Subject: [bug#42196] [PATCH 2/2] gnu: Add gdc-toolchain.
Date: Sat,  4 Jul 2020 16:00:25 +0200	[thread overview]
Message-ID: <20200704140025.3602-2-gfleury@disroot.org> (raw)
In-Reply-To: <20200704140025.3602-1-gfleury@disroot.org>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=yes, Size: 1304 bytes --]

* 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





  reply	other threads:[~2020-07-04 19:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 14:00 [bug#42197] [PATCH 1/2] gnu: Add gdc guy fleury iteriteka
2020-07-04 14:00 ` guy fleury iteriteka [this message]
2020-07-24 10:38   ` bug#42196: [PATCH 2/2] gnu: Add gdc-toolchain Ludovic Courtès
2020-07-16 14:43 ` [bug#42197] updated patch gfleury
2020-07-16 20:17   ` Efraim Flashner
2020-07-18 20:30   ` gfleury
2020-07-19 17:25     ` bug#42197: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200704140025.3602-2-gfleury@disroot.org \
    --to=gfleury@disroot.org \
    --cc=42196@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).