From ebc816311c2c001dcd48c8ec9e88c3c84234c330 Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Wed, 9 Mar 2016 10:11:32 +0100
Subject: [PATCH] gnu: libreoffice: Enable parallel build.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel
  build.
---
 gnu/packages/libreoffice.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index dac58b939d8..7366c99e4c6 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -762,8 +762,7 @@ (define-public libreoffice
        ("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
-- 
GitLab