summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-06-22 09:25:03 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-06-22 13:49:02 +0300
commitbc6c99e52c283df606d9df2efb0f6db01b3f19bc (patch)
treefdc2fddac1134e4d1f7c8c53b34ddef09c0e8d88 /gnu/packages/libreoffice.scm
parente88f205876afc8f0cee2dd4ac1071b81042d4a80 (diff)
downloadguix-patches-bc6c99e52c283df606d9df2efb0f6db01b3f19bc.tar
guix-patches-bc6c99e52c283df606d9df2efb0f6db01b3f19bc.tar.gz
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/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm1
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