mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libreoffice: Enable logging system.
* gnu/packages/libreoffice.scm (libreoffice) [configure-flags]: Add --enable-sal-log.
This commit is contained in:
parent
0d5286b8a6
commit
c7e3617cf2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue