mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ (define-public bitcoin-core
|
||||||
#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 a new issue