guix-patches
[Top][All Lists]
Advanced

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

[bug#31531] [PATCH v2 6/9] gnu: monero-core: Return #t from phases.


From: Theodoros Foradis
Subject: [bug#31531] [PATCH v2 6/9] gnu: monero-core: Return #t from phases.
Date: Sun, 8 Jul 2018 20:39:29 +0300

* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for 
system*.
---
 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 8a80eb136..a02d8ee69 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -528,7 +528,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"
-- 
2.16.2






reply via email to

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