aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorChris Marusich <cmmarusich@gmail.com>2021-07-10 16:49:49 -0700
committerChris Marusich <cmmarusich@gmail.com>2021-07-21 16:02:42 -0700
commit93a5e89008af440655527d03d62d4726683a89ac (patch)
tree69a56a467fc56c1d106748909b16acfaf4c92f9d /AUTHORS
parentc3e33474b965ac1b7d91b69b026630e7c707e289 (diff)
downloadguix-93a5e89008af440655527d03d62d4726683a89ac.tar.gz
guix-93a5e89008af440655527d03d62d4726683a89ac.zip
gnu: glibc-2.31: Restore patches.
Commit 87961fc965b96ac0c7a5909ac2faab2d023b5339 inadvertently modified the patch set for glibc-2.31. This change restores the original patch set. Fixes: <https://bugs.gnu.org/49516>. * gnu/packages/base.scm (glibc-2.31) [source]: Use the same patches as glibc, but replace glibc-hurd-clock_gettime_monotonic.patch with glibc-2.31-hurd-clock_gettime_monotonic.patch, and add glibc-hurd-signal-sa-siginfo.patch. * gnu/packages/patches/glibc-2.31-hurd-clock_gettime_monotonic.patch: Add it. * gnu/packages/patches/glibc-hurd-signal-sa-siginfo.patch: Add it. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
c6adf69a'>gnu: rust: Update to 1.77.0....* gnu/packages/rust.scm (rust): Base main rust package on rust-1.77. [source]: Remove another vendored copy of zlib. Change-Id: Ia4611b0ea153bce1de97e711af6d3f7396a6bf85 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brennan Vincent 2024-07-19gnu: rust: Skip another test on riscv64-linux....* gnu/packages/rust.scm (rust)[arguments]: When building for riscv64-linux skip another test. Change-Id: I29654d0c2f7a62a8a0e5beeea3bc899510cedc71 Efraim Flashner 2024-07-19gnu: rust: Update to 1.76.0....* gnu/packages/rust.scm (rust): Update to 1.76.0. [source]: Remove another copy of jemalloc. [properties]: Update clang-compiler-cpu-architecture to 17. Change-Id: I363d789ab22d2937eeb3846dec460ac902c44255 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brennan Vincent 2024-07-15gnu: rust: Guard against unsupported rust targets....As cross-libc may return #f in this case, and the config.toml file construction will also fail if the platform rust-target is #f.. * gnu/packages/rust.scm (make-rust-sysroot/implementation): Guard against unsupported rust targets. Change-Id: Ia0d5c889c6f5cd3478ad985c79feb9ba1c472c29 Christopher Baines