guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: address@hidden: Remove superfluous install-file call.


From: Danny Milosavljevic
Subject: 03/03: gnu: address@hidden: Remove superfluous install-file call.
Date: Wed, 12 Sep 2018 17:17:50 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 3763e7716cc319dadb3adfbcbbc668aea96fec09
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Sep 12 22:53:06 2018 +0200

    gnu: address@hidden: Remove superfluous install-file call.
    
    * gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[build]: Remove
    superfluous install-file call.
---
 gnu/packages/rust.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 3b3df91..d7565c0 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -387,7 +387,6 @@ test = { path = \"../libtest\" }
                        "--output-dir" "output/rustc-build"
                        "-L" (string-append rustc-bootstrap "/lib/mrust")
                        "-j" "1")
-               (install-file "output/rustc-build/rustc" "output") ; FIXME: 
Remove?
                (setenv "CFG_COMPILER_HOST_TRIPLE" #f)
                (setenv "CFG_RELEASE" #f)
                (setenv "CFG_RELEASE_CHANNEL" #f)



reply via email to

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