guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61968] [PATCH v3 05/12] gnu: gnome-text-editor: Use glib-next.


From: Vivien Kraus
Subject: [bug#61968] [PATCH v3 05/12] gnu: gnome-text-editor: Use glib-next.
Date: Sun, 5 Mar 2023 07:08:12 +0100
User-agent: Evolution 3.46.0

* gnu/packages/gnome.scm (gnome-text-editor) [native-inputs, inputs]:
gtksourceview@5 requires glib-next. Replace glib with glib-next.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 77a4aee201..58144de3bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5707,10 +5707,10 @@ (define-public gnome-text-editor
                          gettext-minimal
                          desktop-file-utils
                          appstream-glib
-                         `(,glib "bin")
+                         `(,glib-next "bin")
                          `(,gtk "bin")
                          itstool))
-    (inputs (list gtk gtksourceview libadwaita enchant))
+    (inputs (list glib-next gtk gtksourceview libadwaita enchant))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor";)
     (synopsis "GNOME text editor")
     (description
-- 
2.39.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]