mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
916397ed34
commit
0a29ecd62d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue