gnu: rust: Fix build of rust 1.28.0, rust 1.29.2.

Follow-up to d199a4c7b4.

* gnu/packages/rust.scm (rust-1.28)[inputs]: Use llvm-6 instead of llvm.
master
Danny Milosavljevic 2019-02-20 23:50:28 +01:00
parent 306e9592de
commit de6ad8c29a
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
(inherit base-rust)
(inputs
;; Use LLVM 6.0
(alist-replace "llvm" (list llvm)
(alist-replace "llvm" (list llvm-6)
(package-inputs base-rust)))
(arguments
(substitute-keyword-arguments (package-arguments base-rust)