Revert 'gnu: rust: Remove unused "ar" setting.'.

Some versions of Rust do need it and others complain about it.
For now, revert the removal entirely.

This reverts commit ec944a1de9.
This commit is contained in:
Danny Milosavljevic 2018-09-22 10:07:50 +02:00
parent 05fb1e0017
commit 91294b5361
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -574,6 +574,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)))