gnu: rust: Remove unused "ar" setting.

* gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Remove
unused "ar" setting.
This commit is contained in:
Danny Milosavljevic 2018-09-21 15:42:56 +02:00
parent 92a9f14b9d
commit ec944a1de9
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ rpath = true
llvm-config = \"" llvm "/bin/llvm-config" "\" llvm-config = \"" llvm "/bin/llvm-config" "\"
cc = \"" gcc "/bin/gcc" "\" cc = \"" gcc "/bin/gcc" "\"
cxx = \"" gcc "/bin/g++" "\" cxx = \"" gcc "/bin/g++" "\"
ar = \"" binutils "/bin/ar" "\"
jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\" jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
[dist] [dist]
") port))) ") port)))