gnu: sugar-datastore: Dehardcode #:modules.

* gnu/packages/sugar.scm (sugar-datastore)[arguments]<#:modules>: Replace the
hardcoded list with %glib-or-gtk-build-system-default-modules.

Change-Id: I9ceadd163d3f6cd49ed2623b6060b223257e9aed
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Tomas Volf 2025-01-24 12:48:25 +01:00 committed by Andreas Enge
parent 8be0fe4d4d
commit d82ca31040
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -251,9 +251,8 @@ activities and other Sugar components.")
`(,@%glib-or-gtk-build-system-modules
(guix build python-build-system))
#:modules
'((guix build glib-or-gtk-build-system)
((guix build python-build-system) #:prefix python:)
(guix build utils))
`(((guix build python-build-system) #:prefix python:)
,@%glib-or-gtk-build-system-default-modules)
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'patch-build-system