mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glibc-for-bootstrap: Adapt patch for glibc 2.39.
* gnu/packages/patches/glibc-2.39-bootstrap-system.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap): Use it for glibc 2.39. Change-Id: I96761a0bc011af13d861bfece32d96db160f7686
This commit is contained in:
parent
b388be75b1
commit
6de53de54a
3 changed files with 73 additions and 1 deletions
|
@ -74,7 +74,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
(inherit base)
|
||||
(source (origin (inherit (package-source base))
|
||||
(patches (append (search-patches
|
||||
"glibc-bootstrap-system.patch")
|
||||
(match (package-version base)
|
||||
("2.39" "glibc-2.39-bootstrap-system.patch")
|
||||
(_ "glibc-bootstrap-system.patch")))
|
||||
(origin-patches (package-source base))))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue