gnu: rust-1.67: Build with llvm-15.
* gnu/packages/rust.scm (rust-1.67)[inputs]: Replace llvm with llvm-15.master
parent
c1c9a01f5f
commit
5dfab2374f
|
@ -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