all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66008] [PATCH gnome-team 0/4] Fix and update gnome-text-editor
@ 2023-09-15 18:17 Vivien Kraus via Guix-patches via
  2023-09-15 16:57 ` [bug#66008] [PATCH gnome-team 1/4] gnu: gnome-text-editor: Add missing input Vivien Kraus via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-09-15 18:17 UTC (permalink / raw)
  To: 66008; +Cc: liliana.prikler, maxim.cournoyer, rg

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

Dear guix,

Let’s fix gnome-text-editor by adding the missing pcre dependency, and then
update it.

I noticed that the new version now requires editorconfig-core-c. Since this
one lives in (gnu packages text-editor), and that (gnu packages text-editor)
imports (gnu packages gnome), then we would have a circular dependency. To
avoid it, I just moved editorconfig-core-c to (gnu packages gnome), and
re-export it from (gnu packages text-editor) so that everyone is happy. I did
not use the "re-export" Guile form though, because it seems to mess things up
with guile.

What do you think?

Best regards,

Vivien

Vivien Kraus (4):
  gnu: gnome-text-editor: Add missing input.
  gnu: editorconfig-core-c: Move to (gnu packages gnome).
  gnu: editorconfig-core-c: Update to 0.12.6.
  gnu: gnome-text-editor: Update to 44.0.

 gnu/packages/gnome.scm        | 65 +++++++++++++++++++++++++++++++++--
 gnu/packages/text-editors.scm | 53 ++--------------------------
 2 files changed, 65 insertions(+), 53 deletions(-)


base-commit: 43cdc8a07517e936812782c313fe145bcf5c7ed3
-- 
2.41.0




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

end of thread, other threads:[~2023-09-24 10:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 18:17 [bug#66008] [PATCH gnome-team 0/4] Fix and update gnome-text-editor Vivien Kraus via Guix-patches via
2023-09-15 16:57 ` [bug#66008] [PATCH gnome-team 1/4] gnu: gnome-text-editor: Add missing input Vivien Kraus via Guix-patches via
2023-09-15 20:33   ` Liliana Marie Prikler
2023-09-15 17:36 ` [bug#66008] [PATCH gnome-team 2/4] gnu: editorconfig-core-c: Move to (gnu packages gnome) Vivien Kraus via Guix-patches via
2023-09-15 20:22   ` Liliana Marie Prikler
2023-09-15 21:25     ` [bug#66008] [PATCH gnome-team v2 0/3] Update gnome-text-editor without moving editorconfig-core-c Vivien Kraus via Guix-patches via
2023-09-15 16:57       ` [bug#66008] [PATCH gnome-team v2 1/3] gnu: gnome-text-editor: Add missing input Vivien Kraus via Guix-patches via
2023-09-15 17:50       ` [bug#66008] [PATCH gnome-team v2 2/3] gnu: editorconfig-core-c: Update to 0.12.6 Vivien Kraus via Guix-patches via
2023-09-15 17:52       ` [bug#66008] [PATCH gnome-team v2 3/3] gnu: gnome-text-editor: Update to 44.0 Vivien Kraus via Guix-patches via
2023-09-24 10:04         ` bug#66008: " Liliana Marie Prikler
2023-09-16  3:59       ` [bug#66008] [PATCH gnome-team v2 0/3] Update gnome-text-editor without moving editorconfig-core-c Liliana Marie Prikler
2023-09-15 17:50 ` [bug#66008] [PATCH gnome-team 3/4] gnu: editorconfig-core-c: Update to 0.12.6 Vivien Kraus via Guix-patches via
2023-09-15 20:20   ` Liliana Marie Prikler
2023-09-15 17:52 ` [bug#66008] [PATCH gnome-team 4/4] gnu: gnome-text-editor: Update to 44.0 Vivien Kraus via Guix-patches via
2023-09-15 20:18   ` Liliana Marie Prikler

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.