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:
parent
99629e5a11
commit
0e9600cbbd
|
@ -122,7 +122,8 @@
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'set-home
|
(add-before 'check 'set-home
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getenv "TMPDIR"))))))) ; Tests write to $HOME.
|
(setenv "HOME" (getenv "TMPDIR")) ; Tests write to $HOME.
|
||||||
|
#t)))))
|
||||||
(home-page "https://bitcoin.org/en/")
|
(home-page "https://bitcoin.org/en/")
|
||||||
(synopsis "Bitcoin peer-to-peer client")
|
(synopsis "Bitcoin peer-to-peer client")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue