guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: glibc/hurd: Update to 2.38.


From: guix-commits
Subject: 01/04: gnu: glibc/hurd: Update to 2.38.
Date: Tue, 16 Jan 2024 02:35:09 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit fe83aaf28369dd0548be6ced8a1f007eede01ded
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 7 15:40:15 2023 +0100

    gnu: glibc/hurd: Update to 2.38.
    
    * gnu/packages/base.scm (glibc/hurd): Define to glibc.
    
    Change-Id: I4c07ba3971dfe6bfba07e943648420b603c40e29
---
 gnu/packages/base.scm | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6ef4ffc7e9..58bf1a105c 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1498,27 +1498,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
-  (package/inherit glibc
-    (name "glibc-hurd")
-    (version "2.37")
-    (source (origin
-            (method url-fetch)
-            (uri (string-append "mirror://gnu/glibc/glibc-" version ".tar.xz"))
-            (sha256
-             (base32
-              "0hqsp4dzrjx0iga6jv0magjw26dh82pxlmk8yis5v0d127qyymr2"))
-            (patches (search-patches "glibc-ldd-powerpc.patch"
-                                     "glibc-dl-cache.patch"
-                                     "glibc-2.37-versioned-locpath.patch"
-                                     "glibc-reinstate-prlimit64-fallback.patch"
-                                     "glibc-supported-locales.patch"
-                                     
"glibc-2.37-hurd-clock_t_centiseconds.patch"
-                                     
"glibc-2.37-hurd-local-clock_gettime_MONOTONIC.patch"
-                                     "glibc-hurd-mach-print.patch"
-                                     "glibc-hurd-gettyent.patch"
-                                     "glibc-hurd-getauxval.patch"))))
-    (supported-systems %hurd-systems)))
+(define-public glibc/hurd glibc)
 
 (define-public glibc/hurd-headers
   (package/inherit glibc/hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]