gnu: libreoffice: Use %glib-or-gtk-build-system-default-modules.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]<#:modules>: Use
%glib-or-gtk-build-system-default-modules instead of
%glib-or-gtk-build-system-modules.

Change-Id: I5304d9993af7d5f1187c6276e72a269aa60f5666
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Tomas Volf 2025-01-24 12:48:23 +01:00 committed by Andreas Enge
parent 916397ed34
commit 0a29ecd62d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -916,7 +916,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
(ice-9 textual-ports)
(srfi srfi-1)
(srfi srfi-26)
,@%glib-or-gtk-build-system-modules)
,@%glib-or-gtk-build-system-default-modules)
#:tests? #f ; Building the tests already fails.
#:phases
#~(modify-phases %standard-phases