diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-06-22 09:25:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-22 13:49:02 +0300 |
commit | bc6c99e52c283df606d9df2efb0f6db01b3f19bc (patch) | |
tree | fdc2fddac1134e4d1f7c8c53b34ddef09c0e8d88 /gnu | |
parent | e88f205876afc8f0cee2dd4ac1071b81042d4a80 (diff) | |
download | guix-bc6c99e52c283df606d9df2efb0f6db01b3f19bc.tar.gz guix-bc6c99e52c283df606d9df2efb0f6db01b3f19bc.zip |
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'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libreoffice.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index e03047c3fd..57a7d7b190 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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 |