mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
8be0fe4d4d
commit
d82ca31040
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue