guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit fb41a05b3c1894b77be57e23b0bacb8335e78b22
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Nov 16 11:57:25 2025 +0200
gnu: make-rust-sysroot: Update for rust-1.90.
* gnu/packages/rust.scm (make-rust-sysroot/implementation)[arguments]:
Adjust the mingw specific phases to update for the newer rust version.
Change-Id: I406d0d417b016567639533a392de7832646d2763
---
gnu/packages/rust.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 23c468eb00..b1fa8e30d1 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1987,17 +1987,7 @@ exec -a \"$0\" \"~a\" \"$@\""
(delete
(string-append mingw "/include")
(string-split (getenv
"CPLUS_INCLUDE_PATH") #\:))
- ":")))
- ;; When building a rust-sysroot this crate is only
used for
- ;; the rust-installer.
- (substitute* '("vendor/num_cpus-1.13.0/src/linux.rs"
- "vendor/num_cpus-1.13.1/src/linux.rs"
-
"vendor/num_cpus-1.16.0/src/linux.rs")
- (("\\.ceil\\(\\)") ""))
- ;; gcc doesn't recognize this flag.
- (substitute*
-
"compiler/rustc_target/src/spec/base/windows_gnullvm.rs"
- ((", \"--unwindlib=none\"") "")))))
+ ":"))))))
`())
(replace 'set-env
(lambda* (#:key inputs #:allow-other-keys)