all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68150] [PATCH 0/8] Fix usage of glib-or-gtk-build-system
@ 2023-12-30 16:33 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
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tomas Volf @ 2023-12-30 16:33 UTC (permalink / raw)
  To: 68150; +Cc: Tomas Volf

Using glib-or-gtk-build-system requires hard-coding the list of modules in
 #:modules.  Libreoffice and netsurf tried to use
%glib-or-gtk-build-system-modules instead, but that lead to crashes.

This series introduces new %glib-or-gtk-build-system-default-modules that
contains the list that should go into #:modules.  Using it in libreoffice and
netsurf fixes the mentioned crashes.  Other places were adjusted as well to
use it instead of copying over the list.  That would be hard to keep in sync.

Tomas Volf (8):
  build: glib-or-gtk: Export %glib-or-gtk-build-system-default-modules.
  gnu: netsurf: Actually use glib-or-gtk-build-system.
  gnu: libreoffice: Actually use glib-or-gtk-build-system.
  gnu: sugar: Dehardcode #:modules.
  gnu: sugar-datastore: Dehardcode #:modules.
  gnu: sugar-toolkit-gtk3: Dehardcode #:modules.
  gnu: nimf: Dehardcode #:modules.
  gnu: hime: Dehardcode #:modules.

 gnu/packages/language.scm         | 12 ++++--------
 gnu/packages/libreoffice.scm      |  2 +-
 gnu/packages/sugar.scm            | 15 ++++++---------
 gnu/packages/web.scm              |  2 +-
 guix/build-system/glib-or-gtk.scm |  9 +++++----
 5 files changed, 17 insertions(+), 23 deletions(-)


base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
--
2.41.0




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-30 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.