mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: ldc-bootstrap-1.27: Build with gdmd.
* 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>
This commit is contained in:
parent
93901d4066
commit
51b2835fd4
1 changed files with 2 additions and 1 deletions
|
@ -332,7 +332,8 @@ bootstrapping more recent compilers written in D.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue