me
/
guix
Archived
1
0
Fork 0

gnu: libofx: Disable parallel build.

* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
master
Marius Bakke 2020-01-26 13:19:44 +01:00
parent f8a94609d3
commit c17fb65907
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -1209,7 +1209,8 @@ a client based on Qt. This is a fork of Bitcoin Core.")))
"1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
'(#:parallel-build? #f ;fails with -j64
#:configure-flags
(list (string-append "--with-opensp-includes="
(assoc-ref %build-inputs "opensp")
"/include/OpenSP"))))