Skip to content
Snippets Groups Projects
Unverified Commit 0e9600cb authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

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

* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:phases>[set-home]:
End phase in #t.
parent 99629e5a
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,8 @@ (define-public bitcoin-core ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment