summaryrefslogtreecommitdiff
path: root/gnu/packages/base.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-18 12:01:58 -0400
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:24 +0300
commitdceb57d6d977115207eca911eda556cc5f66086e (patch)
treebdda1bd9737153ce0ef5aff40a9b0b12bcf06af7 /gnu/packages/base.scm
parentf571658b7092015352f508732d62cdbb3ddb0b7b (diff)
gnu: glibc: Merge with glibc/hurd.
* gnu/packages/base.scm (%glibc-patches): Merge with patches from glibc/hurd. (glibc/hurd): Set to glibc. * gnu/local.mk (dist_patch_DATA): Remove a patch. Change-Id: I68d9d58a9974368b85d05eb1a30bf812524d5af4
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r--gnu/packages/base.scm16
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 5ee1a65f39b..bf8489fa2ad 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -919,10 +919,11 @@ the store.")
"glibc-hurd-gettyent.patch"
"glibc-hurd-getauxval.patch"
"glibc-hurd-pthread_setcancelstate.patch"
+ "glibc-hurd-signal-fpe-exception.patch"
+ "glibc-hurd-xstate.patch"
"glibc-hurd-2.41-pthread-once.patch"
"glibc-hurd-2.41-pthread-sigmask.patch"
"glibc-hurd-2.41-symlink.patch"
- "glibc-hurd64-intr-msg-clobber.patch"
"glibc-hurd64-gcc-14.2-tls-bug.patch"))
(define-public glibc
@@ -1544,18 +1545,7 @@ variety of options. It is an alternative to the shell \"type\" built-in
command.")
(license gpl3+))) ; some files are under GPLv2+
-(define-public glibc/hurd
- (hidden-package
- (package/inherit glibc
- (source
- (origin
- (inherit (package-source glibc))
- (patches
- (append (map search-patch
- (delete "glibc-hurd64-intr-msg-clobber.patch" %glibc-patches))
- (search-patches
- "glibc-hurd-signal-fpe-exception.patch"
- "glibc-hurd-xstate.patch"))))))))
+(define-public glibc/hurd glibc)
(define-public glibc/hurd-headers
(package/inherit glibc/hurd