summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2016-03-09 10:11:32 +0100
committerAndreas Enge <andreas@enge.fr>2016-03-09 14:27:19 +0100
commitebc816311c2c001dcd48c8ec9e88c3c84234c330 (patch)
tree0a9246bac1814b8deb3907d345a32f45abf35b04 /gnu/packages/libreoffice.scm
parent112024826d3283284654475a50ccef81c697e2c9 (diff)
downloadguix-patches-ebc816311c2c001dcd48c8ec9e88c3c84234c330.tar
guix-patches-ebc816311c2c001dcd48c8ec9e88c3c84234c330.tar.gz
gnu: libreoffice: Enable parallel build.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel build.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index dac58b939d..7366c99e4c 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