gnu: glibc-for-bootstrap: Remove obsolete patch.

* gnu/packages/patches/glibc-static-nss.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[source](patches):
Remove it.
This commit is contained in:
Marius Bakke 2022-09-16 03:27:09 +02:00
parent 887e83997e
commit 6703ff4d3b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 1 additions and 1247 deletions

View file

@ -1198,7 +1198,6 @@ dist_patch_DATA = \
%D%/packages/patches/glibc-versioned-locpath.patch \
%D%/packages/patches/glibc-2.29-git-updates.patch \
%D%/packages/patches/glibc-2.29-supported-locales.patch \
%D%/packages/patches/glibc-static-nss.patch \
%D%/packages/patches/glibc-supported-locales.patch \
%D%/packages/patches/gmp-arm-asm-nothumb.patch \
%D%/packages/patches/gmp-faulty-test.patch \

View file

@ -75,8 +75,7 @@ (define glibc-for-bootstrap
(inherit base)
(source (origin (inherit (package-source base))
(patches (append (search-patches
"glibc-bootstrap-system.patch"
"glibc-static-nss.patch")
"glibc-bootstrap-system.patch")
(origin-patches (package-source base))))))
(arguments
(substitute-keyword-arguments (package-arguments base)

File diff suppressed because it is too large Load diff