gnu: libofx: Disable parallel build.
* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
This commit is contained in:
parent
f8a94609d3
commit
c17fb65907
1 changed files with 2 additions and 1 deletions
|
@ -1209,7 +1209,8 @@ a client based on Qt. This is a fork of Bitcoin Core.")))
|
||||||
"1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy"))))
|
"1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:parallel-build? #f ;fails with -j64
|
||||||
|
#:configure-flags
|
||||||
(list (string-append "--with-opensp-includes="
|
(list (string-append "--with-opensp-includes="
|
||||||
(assoc-ref %build-inputs "opensp")
|
(assoc-ref %build-inputs "opensp")
|
||||||
"/include/OpenSP"))))
|
"/include/OpenSP"))))
|
||||||
|
|
Reference in a new issue