gnu: libreoffice: Enable parallel build.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel build.
This commit is contained in:
parent
112024826d
commit
ebc816311c
|
@ -762,8 +762,7 @@ and to return information on pronunciations, meanings and synonyms.")
|
||||||
("xmlsec-src" ,xmlsec-src-libreoffice)
|
("xmlsec-src" ,xmlsec-src-libreoffice)
|
||||||
("zip" ,zip)))
|
("zip" ,zip)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f ; Otherwise the build fails.
|
`(#:tests? #f ; Building the tests already fails.
|
||||||
#:tests? #f ; Building the tests already fails.
|
|
||||||
#:make-flags '("build-nocheck") ; Do not build unit tests, which fails.
|
#:make-flags '("build-nocheck") ; Do not build unit tests, which fails.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue