guix-patches
[Top][All Lists]
Advanced

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

[bug#61968] [PATCH v3 04/12] gnu: gnome-calculator: Use glib-next.


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

* gnu/packages/gnome.scm (gnome-calculator) [native-inputs, inputs]:
Gtksourceview 5 requires glib-next.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a13fbb2436..77a4aee201 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10989,13 +10989,14 @@ (define-public gnome-calculator
              (setenv "HOME" (getcwd)))))))
     (native-inputs
      (list gettext-minimal
-           `(,glib "bin")               ;for glib-compile-schemas, gio-2.0.
+           `(,glib-next "bin")               ;for glib-compile-schemas, 
gio-2.0.
            itstool
            pkg-config
            python
            vala))
     (inputs
-     (list gsettings-desktop-schemas-next
+     (list glib-next
+           gsettings-desktop-schemas-next
            gtksourceview
            libadwaita
            libgee
-- 
2.39.1





reply via email to

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