diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-10-21 14:53:52 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-07-28 09:57:09 +0300 |
| commit | b3aded07243d8fb3b089bd78e059e0d561a3c772 (patch) | |
| tree | ad1f437c234290c01d6447b5f7cb8164e6823a56 /gnu | |
| parent | 6a82867679968ae84936479cbb844200e6379a08 (diff) | |
gnu: Add %boot-muslboot3-inputs.
* gnu/packages/commencement.scm (%boot-muslboot3-inputs): New variable.
Change-Id: I34e5c593f7f38df78707cc3c49260aae10192723
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/commencement.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index ffe95cf9ad3..a707644d0d2 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -2220,6 +2220,11 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
| 2220 | ("gawk" ,gawk-mesboot) | 2220 | ("gawk" ,gawk-mesboot) |
| 2221 | ,@(alist-delete "binutils" (%boot-mesboot2-inputs)))) | 2221 | ,@(alist-delete "binutils" (%boot-mesboot2-inputs)))) |
| 2222 | 2222 | ||
| 2223 | ;; Mirror the names from the x86 bootstrap path. | ||
| 2224 | (define (%boot-muslboot3-inputs) | ||
| 2225 | `(("gawk" ,mawk-mesboot) | ||
| 2226 | ,@(%boot-muslboot2-inputs))) | ||
| 2227 | |||
| 2223 | (define glibc-headers-mesboot | 2228 | (define glibc-headers-mesboot |
| 2224 | (package | 2229 | (package |
| 2225 | (inherit glibc-mesboot0) | 2230 | (inherit glibc-mesboot0) |
