~ruther/guix-local

ebc816311c2c001dcd48c8ec9e88c3c84234c330 — Andreas Enge 10 years ago 1120248
gnu: libreoffice: Enable parallel build.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel
  build.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/libreoffice.scm
M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +1 -2
@@ 762,8 762,7 @@ and to return information on pronunciations, meanings and synonyms.")
       ("xmlsec-src" ,xmlsec-src-libreoffice)
       ("zip" ,zip)))
    (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.
       #:phases
         (modify-phases %standard-phases