From 68925b5ee7e0d96b0c84ae98a633eea5097bf511 Mon Sep 17 00:00:00 2001 From: Kaelyn Date: Fri, 25 Nov 2022 22:39:45 +0000 Subject: [PATCH] gnu: libreoffice: Build reproducibly. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Include ‘.otp’ files in the 'reset-zip-timestamps phase. Signed-off-by: Tobias Geerinckx-Rice --- 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 @@ (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.