gnu: Add %boot-muslboot3-inputs.

* gnu/packages/commencement.scm (%boot-muslboot3-inputs): New variable.

Change-Id: I34e5c593f7f38df78707cc3c49260aae10192723
This commit is contained in:
Efraim Flashner
2024-10-21 14:53:52 +03:00
committed by Janneke Nieuwenhuizen
parent 09eca14ae7
commit be9cd46b28

View File

@@ -2220,6 +2220,11 @@ ac_cv_c_float_format='IEEE (little-endian)'
("gawk" ,gawk-mesboot)
,@(alist-delete "binutils" (%boot-mesboot2-inputs))))
;; Mirror the names from the x86 bootstrap path.
(define (%boot-muslboot3-inputs)
`(("gawk" ,mawk-mesboot)
,@(%boot-muslboot2-inputs)))
(define glibc-headers-mesboot
(package
(inherit glibc-mesboot0)