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 @@ (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