diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 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 |