guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: bitcoin-core: End phase in #t.


From: guix-commits
Subject: 02/03: gnu: bitcoin-core: End phase in #t.
Date: Tue, 22 Jan 2019 09:26:33 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 0e9600cbbdac09d19d5b53ec2c985997b0e8eab4
Author: Danny Milosavljevic <address@hidden>
Date:   Tue Jan 22 12:59:55 2019 +0100

    gnu: bitcoin-core: End phase in #t.
    
    * gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>[set-home]:
    End phase in #t.
---
 gnu/packages/finance.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 2be4bcf..8dcaf53 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -122,7 +122,8 @@
             #t))
           (add-before 'check 'set-home
            (lambda _
-            (setenv "HOME" (getenv "TMPDIR"))))))) ; Tests write to $HOME.
+            (setenv "HOME" (getenv "TMPDIR"))  ; Tests write to $HOME.
+            #t)))))
     (home-page "https://bitcoin.org/en/";)
     (synopsis "Bitcoin peer-to-peer client")
     (description



reply via email to

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