mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: glibc/hurd: Update to 2.38.
* gnu/packages/base.scm (glibc/hurd): Define to glibc. Change-Id: I4c07ba3971dfe6bfba07e943648420b603c40e29
This commit is contained in:
parent
a84b5f9230
commit
69581a541a
1 changed files with 1 additions and 21 deletions
|
@ -1556,27 +1556,7 @@ (define-public which
|
||||||
command.")
|
command.")
|
||||||
(license gpl3+))) ; some files are under GPLv2+
|
(license gpl3+))) ; some files are under GPLv2+
|
||||||
|
|
||||||
(define-public glibc/hurd
|
(define-public glibc/hurd glibc)
|
||||||
(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-headers
|
(define-public glibc/hurd-headers
|
||||||
(package/inherit glibc/hurd
|
(package/inherit glibc/hurd
|
||||||
|
|
Loading…
Reference in a new issue