guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: rust: Configure archiver in one and only one way.


From: Danny Milosavljevic
Subject: 01/01: gnu: rust: Configure archiver in one and only one way.
Date: Sat, 22 Sep 2018 05:53:34 -0400 (EDT)

dannym pushed a commit to branch wip-rust
in repository guix.

commit 5f76a0f0142e074ca97941c4855e88243498283d
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Sep 22 10:32:22 2018 +0200

    gnu: rust: Configure archiver in one and only one way.
    
    * gnu/packages/rust.scm (rust-1.20)[arguments]<#:phases>[configure]: Remove
    "ar" setting.
    (rust-1.23)[arguments]<#:phases>[configure-archiver]: New phase.
---
 gnu/packages/rust.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 4063385..2c396f3 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -574,7 +574,6 @@ 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)))
@@ -665,7 +664,6 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
      (substitute-keyword-arguments (package-arguments rust-1.20)
        ((#:phases phases)
         `(modify-phases ,phases
-           (delete 'configure-archiver)
            (add-after 'unpack 'dont-build-native
              (lambda _
                ;; XXX: Revisit this when we use gcc 6.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]