unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 56175@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Esther Flashner <esther@flashner.co.il>
Subject: [bug#56175] [PATCH 3/4] gnu: ldc-bootstrap-1.27: Build with gdmd.
Date: Thu, 23 Jun 2022 22:56:51 +0300	[thread overview]
Message-ID: <4f23fd3ff907e0a65cb46bdac4359a958341884b.1656013840.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1656013840.git.efraim@flashner.co.il>

From: Esther Flashner <esther@flashner.co.il>

* gnu/packages/dlang.scm (ldc-bootstrap-1.27)[native-inputs]: Replace
ldc-bootstrap-1.24 with gdmd.
[supported-systems]: Mark all systems supported.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/dlang.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 43f24d4033..514919a75b 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -317,7 +317,8 @@ (define ldc-bootstrap-1.27
      (fold alist-replace
            (package-native-inputs ldc-bootstrap-1.24)
            '("ldc" "llvm")
-           `((,ldc-bootstrap-1.24) (,llvm-11))))))
+           `((,gdmd) (,llvm-11))))
+    (supported-systems %supported-systems)))
 
 (define-public ldc
   (package
-- 
2.36.1





  parent reply	other threads:[~2022-06-23 20:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23 19:53 [bug#56175] [PATCH 0/4] Update D bootstrap Efraim Flashner
2022-06-23 19:56 ` [bug#56175] [PATCH 1/4] Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux." Efraim Flashner
2022-06-23 19:56 ` [bug#56175] [PATCH 2/4] gnu: Add gdmd Efraim Flashner
2022-06-23 19:56 ` Efraim Flashner [this message]
2022-06-23 19:56 ` [bug#56175] [PATCH 4/4] gnu: Remove unneeded ldc bootstrap packages Efraim Flashner
     [not found] ` <handler.56175.B.165601408020091.ack@debbugs.gnu.org>
2022-06-26 12:15   ` bug#56175: Acknowledgement ([PATCH 0/4] Update D bootstrap) 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=4f23fd3ff907e0a65cb46bdac4359a958341884b.1656013840.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=56175@debbugs.gnu.org \
    --cc=esther@flashner.co.il \
    /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).