diff --git a/distro/packages/base.scm b/distro/packages/base.scm index dcb1ca20c89..e21d4d56676 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -958,6 +958,12 @@ without Readline in applications which desire its capabilities.") (assoc-ref %build-inputs "ncurses") "/lib")) + ;; Bash is reportedly not parallel-safe. See, for instance, + ;; and + ;; . + #:parallel-build? #f + #:parallel-tests? #f + ;; XXX: The tests have a lot of hard-coded paths, so disable them ;; for now. #:tests? #f