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.