guix-patches
[Top][All Lists]
Advanced

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

[bug#61968] [PATCH v3 06/12] gnu: textpieces: Use glib-next.


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

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

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index e05a58c447..2c300467b5 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -956,12 +956,13 @@ (define-public textpieces
            blueprint-compiler
            desktop-file-utils
            gettext-minimal
-           `(,glib "bin")
+           `(,glib-next "bin")
            `(,gtk "bin")
            pkg-config
            vala))
     (inputs
-     (list gtk
+     (list glib-next
+           gtk
            gtksourceview
            json-glib
            libadwaita
-- 
2.39.1





reply via email to

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