diff options
| author | Marius Bakke <marius@gnu.org> | 2022-09-16 03:27:09 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-09-16 22:41:22 +0200 |
| commit | 6703ff4d3bfba7ab9d35c739df8e1b983505afa9 (patch) | |
| tree | 9e363c2245830cc6ff7b8e5d59b3c2b928e81be9 /gnu/packages/make-bootstrap.scm | |
| parent | 887e83997e4c3fdab20cd3d2aec6ae3e66850669 (diff) | |
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.
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
| -rw-r--r-- | gnu/packages/make-bootstrap.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 326ddf561e2..977adbba190 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm | |||
| @@ -75,8 +75,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." | |||
| 75 | (inherit base) | 75 | (inherit base) |
| 76 | (source (origin (inherit (package-source base)) | 76 | (source (origin (inherit (package-source base)) |
| 77 | (patches (append (search-patches | 77 | (patches (append (search-patches |
| 78 | "glibc-bootstrap-system.patch" | 78 | "glibc-bootstrap-system.patch") |
| 79 | "glibc-static-nss.patch") | ||
| 80 | (origin-patches (package-source base)))))) | 79 | (origin-patches (package-source base)))))) |
| 81 | (arguments | 80 | (arguments |
| 82 | (substitute-keyword-arguments (package-arguments base) | 81 | (substitute-keyword-arguments (package-arguments base) |
