diff options
author | Brennan Vincent <brennan@umanwizard.com> | 2024-08-26 13:40:54 -0400 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:04:08 +0200 |
commit | d3f5963b7ce4b06d4aa0f3fa4119fd6c3f5f46e3 (patch) | |
tree | ba65b09f747d5e0c26dcb9aca5f47a9db648d841 /gnu/local.mk | |
parent | 8a28ba76126cbbd2a6d61e864f576e7a7bd7a763 (diff) | |
download | guix-d3f5963b7ce4b06d4aa0f3fa4119fd6c3f5f46e3.tar guix-d3f5963b7ce4b06d4aa0f3fa4119fd6c3f5f46e3.tar.gz |
gnu: rust: Update to 1.78.
* gnu/packages/rust.scm (rust): Update to 1.78.
[source]: Adjust removal of bundled source libraries.
[arguments]: Add a phase skipping tests requiring crates.io.
(rust-1.78)[source]: Add patch.
* gnu/packages/patches/rust-1.78-unwinding-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I7bf37a9321447ac21644af0e2d023b8bc556da59
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c89fd88282..0da460273f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2132,6 +2132,7 @@ dist_patch_DATA = \ %D%/packages/patches/rustc-1.54.0-src.patch \ %D%/packages/patches/rust-1.64-fix-riscv64-bootstrap.patch \ %D%/packages/patches/rust-1.70-fix-rustix-build.patch \ + %D%/packages/patches/rust-1.78-unwinding-fix.patch \ %D%/packages/patches/rust-cargo-edit-remove-ureq.patch \ %D%/packages/patches/rust-ring-0.17-ring-core.patch \ %D%/packages/patches/rust-ndarray-remove-blas-src-dep.patch \ |