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 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
|
|||
#: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
|
||||
|
|
Reference in a new issue