guix_mirror_bot pushed a commit to branch bootstrap-team in repository guix.
commit 178a0a84ab39b4c3e78d94c3bc70ae9a2536371c Author: Efraim Flashner <[email protected]> AuthorDate: Thu Feb 5 17:20:33 2026 +0200 gnu: %boot-gash-inputs: Fix package references. * gnu/packages/commencement.scm (%boot-gash-inputs): Fix spacing. Change-Id: I8a55a42f48c876b8a81fdadf6ae2a1e3354f8231 --- gnu/packages/commencement.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index de344a50c3..5278e22796 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -351,8 +351,8 @@ pure Scheme to Tar and decompression in one easy step.") (native-inputs `(("bootar" ,bootar))))) (define (%boot-gash-inputs) - `(("bash" , gash-boot) ;gnu-build-system used to expect "bash" - ("coreutils" , gash-utils-boot) + `(("bash" ,gash-boot) ;gnu-build-system used to expect "bash" + ("coreutils" ,gash-utils-boot) ("bootar" ,bootar) ("guile" ,%bootstrap-guile)))
