bug-guix
[Top][All Lists]
Advanced

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

bug#58031: LibreOffice 7.3.5.2 is not reproducible


From: Kaelyn
Subject: bug#58031: LibreOffice 7.3.5.2 is not reproducible
Date: Fri, 25 Nov 2022 22:39:45 +0000

Hi,

>From some local testing, it appears the timestamps in bpmn.otg can be 
>addressed by adding "otg" to the list of file extensions the existing 
>'reset-zip-timestamps phase looks for:

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 8343f8ffc6..69319177db 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1159,7 +1159,7 @@ (define-public libreoffice
               (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

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