guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libreoffice: Enable parallel build.


From: Andreas Enge
Subject: 01/02: gnu: libreoffice: Enable parallel build.
Date: Wed, 09 Mar 2016 13:28:13 +0000

andreas pushed a commit to branch master
in repository guix.

commit ebc816311c2c001dcd48c8ec9e88c3c84234c330
Author: Andreas Enge <address@hidden>
Date:   Wed Mar 9 10:11:32 2016 +0100

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

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index dac58b9..7366c99 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]