Skip to content
Snippets Groups Projects
Commit ebc81631 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: libreoffice: Enable parallel build.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel
  build.
parent 11202482
No related branches found
No related tags found
No related merge requests found
...@@ -762,8 +762,7 @@ (define-public libreoffice ...@@ -762,8 +762,7 @@ (define-public libreoffice
("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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment