Revert 'gnu: rust: Remove unused "ar" setting.'.
authorDanny Milosavljevic <dannym@scratchpost.org>
Sat, 22 Sep 2018 08:07:50 +0000 (10:07 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sat, 22 Sep 2018 08:09:47 +0000 (10:09 +0200)
Some versions of Rust do need it and others complain about it.
For now, revert the removal entirely.

This reverts commit ec944a1de97c8a523d6e1089b8c4430424297f93.

gnu/packages/rust.scm

index cc33a0d..4063385 100644 (file)
@@ -574,6 +574,7 @@ rpath = true
 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)))