guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: libreoffice: Add vendor string.


From: guix-commits
Subject: 01/09: gnu: libreoffice: Add vendor string.
Date: Tue, 22 Jun 2021 06:53:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bc6c99e52c283df606d9df2efb0f6db01b3f19bc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 22 09:25:03 2021 +0300

    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'.
---
 gnu/packages/libreoffice.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index e03047c..57a7d7b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]