gnu: rust: Update to 1.34.0.

* gnu/packages/rust.scm (rust): Update to 1.34.0.
This commit is contained in:
Ivan Petkov 2019-04-14 09:54:58 -07:00 committed by Danny Milosavljevic
parent 22c88f5d85
commit a5c72da46c
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1016,4 +1016,18 @@ (define-public rust-1.33
(setenv "RUST_TEST_THREADS" "2")
#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)))))))