lfam pushed a commit to branch core-updates
in repository guix.
commit e0c6f7d3a53af47689cbe2d394de7ee874abf5ff
Author: Leo Famulari <[email protected]>
AuthorDate: Sat Jul 13 13:09:35 2024 -0400
gnu: LibreOffice: Build with libxcrypt.
Glibc 2.38 no longer includes libcrypt by default, so we provide this
functionality via libxcrypt.
https://sourceware.org/glibc/wiki/Release/2.38#Building_libcrypt_is_disabled_by_default
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add libxcrypt.
Change-Id: I3c9e02abb420a710d3a71bf137187dd989eb0398
---
gnu/packages/libreoffice.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a6d84007e8..ed8dfd432b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -52,6 +52,7 @@
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
+ #:use-module (gnu packages crypto)
#:use-module (gnu packages cups)
#:use-module (gnu packages curl)
#:use-module (gnu packages cyrus-sasl)
@@ -1136,6 +1137,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
libwebp
libwpg
libwps
+ libxcrypt
libxrandr
libxrender
libxslt