me
/
guix
Archived
1
0
Fork 0

gnu: bitcoin-core: Reformat the package definition.

Change the indentation to match what Emacs does.

* gnu/packages/finance.scm (bitcoin-core): Change indentation of many lines.
master
Christopher Baines 2020-05-11 18:31:07 +01:00
parent 1cc7d3404f
commit 8ba4d8a347
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 34 additions and 33 deletions

View File

@ -154,7 +154,8 @@
#t))
(add-after 'check 'check-functional
(lambda _
(invoke "python3" "./test/functional/test_runner.py"
(invoke
"python3" "./test/functional/test_runner.py"
(string-append "--jobs=" (number->string (parallel-job-count))))
#t)))))
(home-page "https://bitcoin.org/en/")