mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libreoffice: Add vendor string.
Previously: This release was supplied by nixbld. Now: This release was supplied by GNU Guix. * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add configure-flag to set vendor to 'GNU Guix'.
This commit is contained in:
parent
e88f205876
commit
bc6c99e52c
1 changed files with 1 additions and 0 deletions
|
@ -1278,6 +1278,7 @@ (define (install-appdata app)
|
|||
#:configure-flags
|
||||
(list
|
||||
"--enable-release-build"
|
||||
"--with-vendor=GNU Guix"
|
||||
;; 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