mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: rust-1.67: Build with llvm-15.
* gnu/packages/rust.scm (rust-1.67)[inputs]: Replace llvm with llvm-15.
This commit is contained in:
@@ -661,8 +661,13 @@ safety and thread safety guarantees.")
|
||||
rust-1.65 "1.66.1" "1fjr94gsicsxd2ypz4zm8aad1zdbiccr7qjfbmq8f8f7jhx96g2v"))
|
||||
|
||||
(define rust-1.67
|
||||
(rust-bootstrapped-package
|
||||
rust-1.66 "1.67.1" "0vpzv6rm3w1wbni17ryvcw83k5klhghklylfdza3nnp8blz3sj26"))
|
||||
(let ((base-rust
|
||||
(rust-bootstrapped-package
|
||||
rust-1.66 "1.67.1" "0vpzv6rm3w1wbni17ryvcw83k5klhghklylfdza3nnp8blz3sj26")))
|
||||
(package
|
||||
(inherit base-rust)
|
||||
(inputs (modify-inputs (package-inputs base-rust)
|
||||
(replace "llvm" llvm-15))))))
|
||||
|
||||
;;; Note: Only the latest versions of Rust are supported and tested. The
|
||||
;;; intermediate rusts are built for bootstrapping purposes and should not
|
||||
|
||||
Reference in New Issue
Block a user