guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: monero-core: Return #t from phases.


From: Ludovic Courtès
Subject: 05/11: gnu: monero-core: Return #t from phases.
Date: Mon, 16 Jul 2018 11:14:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 88d5ee44ed6aae7015691a2a3255132c263b5fa9
Author: Theodoros Foradis <address@hidden>
Date:   Sun Jul 8 20:39:29 2018 +0300

    gnu: monero-core: Return #t from phases.
    
    * gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for 
system*.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c912cc5..e162302 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -520,7 +520,7 @@ Monero command line client and daemon.")
              #t))
          (replace 'build
            (lambda _
-             (zero? (system* "./build.sh"))))
+             (invoke "./build.sh")))
          (add-after 'build 'fix-install-path
            (lambda* (#:key outputs #:allow-other-keys)
              (substitute* "build/Makefile"



reply via email to

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