mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust: Update to 1.34.0.
* gnu/packages/rust.scm (rust): Update to 1.34.0.
This commit is contained in:
parent
22c88f5d85
commit
a5c72da46c
1 changed files with 15 additions and 1 deletions
|
@ -1016,4 +1016,18 @@ (define-public rust-1.33
|
||||||
(setenv "RUST_TEST_THREADS" "2")
|
(setenv "RUST_TEST_THREADS" "2")
|
||||||
#t)))))))))
|
#t)))))))))
|
||||||
|
|
||||||
(define-public rust rust-1.33)
|
(define-public rust
|
||||||
|
(let ((base-rust
|
||||||
|
(rust-bootstrapped-package rust-1.33 "1.34.0"
|
||||||
|
"0n8z1wngkxab1rvixqg6w8b727hzpnm9wp9h8iy3mpbrzp7mmj3s"
|
||||||
|
#:patches '())))
|
||||||
|
(package
|
||||||
|
(inherit base-rust)
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(inherit (package-source base-rust))
|
||||||
|
(snippet '(begin
|
||||||
|
(delete-file-recursively "src/llvm-emscripten")
|
||||||
|
(delete-file-recursively "src/llvm-project")
|
||||||
|
(delete-file-recursively "vendor/jemalloc-sys/jemalloc")
|
||||||
|
#t)))))))
|
||||||
|
|
Loading…
Reference in a new issue