diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-01-24 12:48:25 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-02-17 13:17:56 +0100 |
| commit | d82ca310401ca29f46d9a3ea313e185c3a590ad2 (patch) | |
| tree | b944f5c37ab4f8f8274093e7803d29fb01c9c11b /gnu/packages/sugar.scm | |
| parent | 8be0fe4d4df9e7023a79e3705458c250da8cb8cf (diff) | |
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>
Diffstat (limited to 'gnu/packages/sugar.scm')
| -rw-r--r-- | gnu/packages/sugar.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index e53d8404e6e..c66ca1692a5 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm | |||
| @@ -251,9 +251,8 @@ activities and other Sugar components.") | |||
| 251 | `(,@%glib-or-gtk-build-system-modules | 251 | `(,@%glib-or-gtk-build-system-modules |
| 252 | (guix build python-build-system)) | 252 | (guix build python-build-system)) |
| 253 | #:modules | 253 | #:modules |
| 254 | '((guix build glib-or-gtk-build-system) | 254 | `(((guix build python-build-system) #:prefix python:) |
| 255 | ((guix build python-build-system) #:prefix python:) | 255 | ,@%glib-or-gtk-build-system-default-modules) |
| 256 | (guix build utils)) | ||
| 257 | #:phases | 256 | #:phases |
| 258 | '(modify-phases %standard-phases | 257 | '(modify-phases %standard-phases |
| 259 | (add-after 'unpack 'patch-build-system | 258 | (add-after 'unpack 'patch-build-system |
