This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1cad718948 gnu: make-rust-sysroot: Remove cross-gcc work-around.
1cad718948 is described below
commit 1cad7189484fed15c17de9f974ca683325b8900d
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 26 19:57:26 2026 +0200
gnu: make-rust-sysroot: Remove cross-gcc work-around.
* gnu/packages/rust.scm (make-rust-sysroot/implementation)
[native-inputs]: Remove gcc-14.
Change-Id: Ia2c8dcff4b3fac5f7d61d7890e35f769e7bdc1bf
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/rust.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index d0304a3af1..9afb550248 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -2024,9 +2024,6 @@ ar = \"" (search-input-file inputs (string-append "/bin/"
#$(ar-for-target targe
(package-propagated-inputs base-rust)))
(native-inputs
(modify-inputs (package-native-inputs base-rust)
- ;; Build with the same version as the cross-gcc version.
- ;; TODO: Remove this when gcc and %xgcc are the same version again.
- (prepend gcc-14)
(prepend (cross-gcc target
#:libc (cross-libc target)))
(prepend (if (target-mingw? target)