diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 149d34b24c..bc06dc8120 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1969,13 +1969,15 @@ (define coreutils-boot0 (arguments `(#:tests? #f #:implicit-inputs? #f + ;; The %bootstrap-glibc for aarch64 and armhf doesn't have + ;; $output/include/linux/prctl.h which causes some binaries + ;; to fail to build with coreutils-9.0+. ,@(if (target-arm?) - ;; Some binaries fail to build. `(#:configure-flags '(,(string-append "--enable-no-install-program=" - ;; the defaults + ;; the defaults to not install. "arch,coreutils,hostname" - ;; fails on aarch64 + ;; fails due to missing headers. ",timeout,sort"))) '()) #:guile ,%bootstrap-guile