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
parent
1cc7d3404f
commit
8ba4d8a347
|
@ -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/")
|
||||
|
|
Reference in New Issue