diff options
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index c2a51f9b8b..03a5198946 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -75,7 +75,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (source (origin (inherit (package-source base)) (patches (append (search-patches (match (package-version base) - ("2.39" "glibc-2.39-bootstrap-system.patch") + ("2.41" "glibc-2.41-bootstrap-system.patch") (_ "glibc-bootstrap-system.patch"))) (origin-patches (package-source base)))))) (arguments |