gnu: rust: Update to 1.29.2.

* gnu/packages/rust.scm (rust): Rename to...
(rust-1.28): ...this.
(rust): New variable.
This commit is contained in:
Ivan Petkov 2019-01-27 22:50:46 -08:00 committed by Danny Milosavljevic
parent 03d3732023
commit 0e9811f4a3
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -749,7 +749,7 @@ (define-public rust-1.27
(("fn thin_lto_works") "#[ignore]\nfn thin_lto_works"))
#t)))))))))
(define-public rust
(define-public rust-1.28
(let ((base-rust
(rust-bootstrapped-package rust-1.27 "1.28.0"
"11k4rn77bca2rikykkk9fmprrgjswd4x4kaq7fia08vgkir82nhx"
@ -782,3 +782,13 @@ (define-public rust
#t))
;; The thinlto test should pass with llvm 6.
(delete 'disable-thinlto-test))))))))
(define-public rust
(let ((base-rust
(rust-bootstrapped-package rust-1.28 "1.29.2"
"1jb787080z754caa2w3w1amsygs4qlzj9rs1vy64firfmabfg22h"
#:patches
'("rust-1.25-accept-more-detailed-gdb-lines.patch"
"rust-reproducible-builds.patch"))))
(package
(inherit base-rust))))