summaryrefslogtreecommitdiff
path: root/gnu/packages/base.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-23 18:40:47 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-23 18:40:47 +0200
commit463fb924525101dee8ccf5864bf62b8303f38d63 (patch)
treeacfc43698e8fb6e3b850f1c67004e9a7f9edbdb9 /gnu/packages/base.scm
parent140b6abef4bdbbd33a58670b44d0104eb62eeca2 (diff)
gnu: glibc-locales: Remove unused patch.
* gnu/packages/patches/glibc-locales-2.28.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister file. * gnu/packages/base.scm (make-glibc-locales): Remove unused branch of conditional. Change-Id: I853cbd0f8724a57d15af3fbb1aed3bdf1ef78e0e
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r--gnu/packages/base.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 602158687f8..107eb880306 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1492,14 +1492,7 @@ with the Linux kernel.")
(inherit glibc)
(name "glibc-locales")
(source (origin (inherit (package-source glibc))
- ;; The patch for glibc 2.28 and earlier replaces the same
- ;; content, but the context in the patch is different
- ;; enough to fail to merge.
- (patches (cons (search-patch
- (if (version>=? (package-version glibc)
- "2.29")
- "glibc-locales.patch"
- "glibc-locales-2.28.patch"))
+ (patches (cons (search-patch "glibc-locales.patch")
(origin-patches (package-source glibc))))))
(synopsis "All the locales supported by the GNU C Library")
(description