efraim pushed a commit to branch rust-team
in repository guix.
commit 97f087dc6287fe8ce76a9233c7e92347caea3a37
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Sep 15 17:26:19 2024 +0300
gnu: rust: Build with clang sources for version 17.
* gnu/packages/rust.scm (rust)[native-inputs]: Update clang-source to 17.
Change-Id: I2b63b0c311eca9d66ea91deead26cf815018e977
---
gnu/packages/rust.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index d0a62e8905..e60c209eaf 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1389,7 +1389,7 @@ exec -a \"$0\" \"~a\" \"$@\""
(prepend curl libffi `(,nghttp2 "lib") zlib)))
(native-inputs (cons*
;; Keep in sync with the llvm used to build rust.
- `("clang-source" ,(package-source clang-runtime-15))
+ `("clang-source" ,(package-source clang-runtime-17))
;; Add test inputs.
`("gdb" ,gdb/pinned)
`("procps" ,procps)