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:
parent
536adbd7cc
commit
68925b5ee7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue