diff options
author | Tomas Volf <[email protected]> | 2025-01-24 12:48:23 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-02-17 13:17:56 +0100 |
commit | 0a29ecd62de4a8560930b8f344cb538d20e77f70 (patch) | |
tree | d8e6cc59c4f18731d585fd9fbac481827d271596 /gnu/packages/libreoffice.scm | |
parent | 916397ed34be0d24546f2f3f0cdc4f692860e6c2 (diff) |
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 <[email protected]>
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 22112ccee7..e61ed11143 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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 |