guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dmd: Limit supported systems.


From: guix-commits
Subject: branch master updated: gnu: dmd: Limit supported systems.
Date: Sun, 28 Jan 2024 01:34:42 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2d6b43fd03 gnu: dmd: Limit supported systems.
2d6b43fd03 is described below

commit 2d6b43fd0329401357da24512584988c1e02990a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 28 08:29:57 2024 +0200

    gnu: dmd: Limit supported systems.
    
    * gnu/packages/dlang.scm (dmd)[supported-systems]: New field.
    
    Change-Id: Iba50d2f832a42876fc4e4418593c3c2feacdb3f8
---
 gnu/packages/dlang.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 8f77fb5819..37d4ad5356 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -478,6 +478,9 @@ integration tests...\n")
     (synopsis "Reference D Programming Language compiler")
     (description "@acronym{DMD, Digital Mars D compiler} is the reference
 compiler for the D programming language.")
+    ;; As reported by upstream:
+    ;; https://wiki.dlang.org/Compilers#Comparison
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (license license:boost1.0)))
 
 ;;; Second bootstrap of DMD, built using dmd-bootstrap, with its shared



reply via email to

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