3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2021-06-22 09:25:03 +03:00
parent e88f205876
commit bc6c99e52c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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