mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: sugar: Dehardcode #:modules.
* gnu/packages/sugar.scm (sugar)[arguments]<#:modules>: Replace the hardcoded list with %glib-or-gtk-build-system-default-modules. Change-Id: I5a98d356c3e1a32b71e7949e3425da74081c1e82 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
0a29ecd62d
commit
8be0fe4d4d
1 changed files with 2 additions and 3 deletions
|
|
@ -74,9 +74,8 @@
|
|||
`(,@%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