From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcDgI-0003iV-Hg for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcDgG-0001ph-4X for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcDgG-0001pb-0L for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcDgF-0004BY-Qk for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:03 -0400 Subject: [bug#31531] [PATCH v2 6/9] gnu: monero-core: Return #t from phases. Resent-Message-ID: From: Theodoros Foradis Date: Sun, 8 Jul 2018 20:39:29 +0300 Message-Id: <20180708173932.14807-6-theodoros@foradis.org> In-Reply-To: <20180708173932.14807-1-theodoros@foradis.org> References: <87d0vxy6j1.fsf@foradis.org> <20180708173932.14807-1-theodoros@foradis.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31531@debbugs.gnu.org * 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