diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 9acd01ed9d..d20b16cd3d 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2017 Ricardo Wurmus ;;; Copyright © 2017, 2019, 2022 Tobias Geerinckx-Rice ;;; Copyright © 2020 Guy Fleury Iteriteka -;;; Copyright © 2021, 2022 Efraim Flashner +;;; Copyright © 2021 Efraim Flashner ;;; Copyright © 2021 Maxim Cournoyer ;;; Copyright © 2022 ( ;;; @@ -119,17 +119,13 @@ to a minimal test case.") (sha256 (base32 "1q6hm4fkrcwys83x0p4kfg9xrc1b9g2qicqif2zy5z4nsfsb5vgs")))) (build-system cmake-build-system) - (supported-systems '("x86_64-linux" "i686-linux" - "armhf-linux" "aarch64-linux")) + (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux")) (properties ;; Some of the tests take a very long time on ARMv7. See ;; . `((max-silent-time . ,(* 3600 3)))) (arguments `(#:tests? #f ;requires obsolete python-lit test dependency - ,@(if (target-aarch64?) - '(#:system "armhf-linux") - '()) #:phases (modify-phases %standard-phases (add-after 'unpack 'unpack-submodule-sources