mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: dmd: Limit supported systems.
* gnu/packages/dlang.scm (dmd)[supported-systems]: New field. Change-Id: Iba50d2f832a42876fc4e4418593c3c2feacdb3f8
This commit is contained in:
parent
73d8e5a935
commit
2d6b43fd03
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,9 @@ (define dmd-bootstrap
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue