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