mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +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))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue