diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-05 17:20:33 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-05 17:20:33 +0200 |
| commit | 178a0a84ab39b4c3e78d94c3bc70ae9a2536371c (patch) | |
| tree | 9a6ac0e7f815f216b153f608ec176b2796e11eef /gnu | |
| parent | 7b475598094c71f3e9263b39e50f43515c8f3c72 (diff) | |
gnu: %boot-gash-inputs: Fix package references.
* gnu/packages/commencement.scm (%boot-gash-inputs): Fix spacing.
Change-Id: I8a55a42f48c876b8a81fdadf6ae2a1e3354f8231
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/commencement.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index de344a50c3a..5278e227969 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.") | |||
| 351 | (native-inputs `(("bootar" ,bootar))))) | 351 | (native-inputs `(("bootar" ,bootar))))) |
| 352 | 352 | ||
| 353 | (define (%boot-gash-inputs) | 353 | (define (%boot-gash-inputs) |
| 354 | `(("bash" , gash-boot) ;gnu-build-system used to expect "bash" | 354 | `(("bash" ,gash-boot) ;gnu-build-system used to expect "bash" |
| 355 | ("coreutils" , gash-utils-boot) | 355 | ("coreutils" ,gash-utils-boot) |
| 356 | ("bootar" ,bootar) | 356 | ("bootar" ,bootar) |
| 357 | ("guile" ,%bootstrap-guile))) | 357 | ("guile" ,%bootstrap-guile))) |
| 358 | 358 | ||
