gnu: rust@1.20.0: Replace "default-ar" by "ar".

* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Replace
"default-ar" by "ar".
This commit is contained in:
Danny Milosavljevic 2018-09-13 01:05:55 +02:00
parent 1ab3e1dd98
commit 73dc7834de
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -536,9 +536,6 @@ (define-public rust-1.20
localstatedir = \"var/lib\"
[rust]
default-linker = \"" gcc "/bin/gcc" "\"
# The archiver that the finished compiler uses
default-ar = \"" binutils "/bin/ar" "\"
channel = \"stable\"
rpath = true
" ;; There are 2 failed codegen tests:
@ -549,6 +546,7 @@ (define-public rust-1.20
llvm-config = \"" llvm "/bin/llvm-config" "\"
cc = \"" gcc "/bin/gcc" "\"
cxx = \"" gcc "/bin/g++" "\"
ar = \"" binutils "/bin/ar" "\"
jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
[dist]
") port)))