From: Tomas Volf <~@wolfsden.cz>
To: 68150@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>, Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#68150] [PATCH v2 4/8] gnu: sugar: Dehardcode #:modules.
Date: Sun, 6 Oct 2024 19:00:27 +0200 [thread overview]
Message-ID: <40bc3cdf0208472a340ed15a2c3e5b83cde7437b.1728234031.git.~@wolfsden.cz> (raw)
In-Reply-To: <44f290956d9b581e384d4ceb8859dc863190e376.1728234031.git.~@wolfsden.cz>
* gnu/packages/sugar.scm (sugar)[arguments]<#:modules>: Replace the hardcoded
list with %glib-or-gtk-build-system-default-modules.
Change-Id: I5a98d356c3e1a32b71e7949e3425da74081c1e82
---
Rebase on latest master.
gnu/packages/sugar.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 77008bc078..e9cfd1a21a 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -74,9 +74,8 @@ (define-public sugar
`(,@%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
--
2.46.0
next prev parent reply other threads:[~2024-10-06 17:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 16:33 [bug#68150] [PATCH 0/8] Fix usage of glib-or-gtk-build-system Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 1/8] build: glib-or-gtk: Export %glib-or-gtk-build-system-default-modules Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 2/8] gnu: netsurf: Actually use glib-or-gtk-build-system Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 3/8] gnu: libreoffice: " Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 4/8] gnu: sugar: Dehardcode #:modules Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 5/8] gnu: sugar-datastore: " Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 6/8] gnu: sugar-toolkit-gtk3: " Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 7/8] gnu: nimf: " Tomas Volf
2023-12-30 16:38 ` [bug#68150] [PATCH 8/8] gnu: hime: " Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 1/8] build: glib-or-gtk: Export %glib-or-gtk-build-system-default-modules Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 2/8] gnu: netsurf: Actually use glib-or-gtk-build-system Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 3/8] gnu: libreoffice: " Tomas Volf
2024-10-06 17:00 ` Tomas Volf [this message]
2024-10-06 17:00 ` [bug#68150] [PATCH v2 5/8] gnu: sugar-datastore: Dehardcode #:modules Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 6/8] gnu: sugar-toolkit-gtk3: " Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 7/8] gnu: nimf: " Tomas Volf
2024-10-06 17:00 ` [bug#68150] [PATCH v2 8/8] gnu: hime: " Tomas Volf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='40bc3cdf0208472a340ed15a2c3e5b83cde7437b.1728234031.git.~@wolfsden.cz' \
--to=~@wolfsden.cz \
--cc=68150@debbugs.gnu.org \
--cc=rekado@elephly.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.