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 <me@tobias.gr>
This commit is contained in:
Kaelyn 2022-11-25 22:39:45 +00:00 committed by Tobias Geerinckx-Rice
parent 536adbd7cc
commit 68925b5ee7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.