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

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

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

View file

@ -6325,7 +6325,7 @@ w3c webidl files and a binding configuration file.")
(ice-9 match)
(srfi srfi-1)
(sxml simple)
,@%glib-or-gtk-build-system-modules)
,@%glib-or-gtk-build-system-default-modules)
#:phases
(modify-phases %standard-phases
(delete 'configure)