nckx pushed a commit to branch master
in repository guix.

commit 68925b5ee7e0d96b0c84ae98a633eea5097bf511
Author: Kaelyn <[email protected]>
AuthorDate: Fri Nov 25 22:39:45 2022 +0000

    gnu: libreoffice: Build reproducibly.
    
    * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Include ‘.otp’
    files in the 'reset-zip-timestamps phase.
    
    Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
---
 gnu/packages/libreoffice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index da4cb8ad43..17127041d3 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1159,7 +1159,7 @@ converting QuarkXPress file format.  It supports versions 
3.1 to 4.1.")
               (for-each (lambda (file)
                           (invoke "ziptime" file))
                         ;; So many different extensions for .zip files.
-                        (find-files #$output "\\.(bau|dat|otp|ott|zip)$"))))
+                        (find-files #$output 
"\\.(bau|dat|otg|otp|ott|zip)$"))))
           (add-after 'install 'bin-and-desktop-install
             ;; Create 'soffice' and 'libreoffice' symlinks to the executable
             ;; script.

Reply via email to