gnu: bitcoin-core: End phase in #t.

* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>[set-home]:
End phase in #t.
This commit is contained in:
Danny Milosavljevic 2019-01-22 12:59:55 +01:00
parent 99629e5a11
commit 0e9600cbbd
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -122,7 +122,8 @@ (define-public bitcoin-core
#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