gnu: libreoffice: Build reproducibly.
authorKaelyn <kaelyn.alexi@protonmail.com>
Fri, 25 Nov 2022 22:39:45 +0000 (22:39 +0000)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 20 Nov 2022 00:00:05 +0000 (01:00 +0100)
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Include ‘.otp’
files in the 'reset-zip-timestamps phase.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/libreoffice.scm

index da4cb8a..1712704 100644 (file)
@@ -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.