gnu: bitcoin-core: End phase in #t.
authorDanny Milosavljevic <dannym@scratchpost.org>
Tue, 22 Jan 2019 11:59:55 +0000 (12:59 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Tue, 22 Jan 2019 14:26:17 +0000 (15:26 +0100)
* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>[set-home]:
End phase in #t.

gnu/packages/finance.scm

index 2be4bcf..8dcaf53 100644 (file)
             #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