gnu: libreoffice: Enable logging system.

* gnu/packages/libreoffice.scm (libreoffice)
[configure-flags]: Add --enable-sal-log.
This commit is contained in:
Maxim Cournoyer 2023-02-17 22:36:00 -05:00
parent 0d5286b8a6
commit c7e3617cf2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1023,6 +1023,10 @@ (define (install-appdata app)
#~(list
"--enable-release-build"
"--with-vendor=GNU Guix"
;; Without the SAL logging system enabled, LibreOffice is utterly
;; silent. Setting the environment variable 'SAL_INFO=+INFO' can be
;; useful to debug problems.
"--enable-sal-log"
;; Avoid using all cpu cores by default
(format #f "--with-parallelism=~d" (parallel-job-count))
"--disable-fetch-external" ; disable downloads