mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
1ab3e1dd98
commit
73dc7834de
1 changed files with 1 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue