guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3f2935742343c5e34b8d814a5c3123947736c296
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Aug 30 23:00:23 2026 +0900

    gnu: dconf-editor: Use gtk+:bin; this is still a GTK 3 package.
    
    * gnu/packages/gnome.scm (dconf-editor) [#:phases]
    {disable-gtk-update-icon-cache}: Rename to...
    {pre-configure}.
    [native-inputs]: Replace gtk:bin with gtk+:bin.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3ef15c632e..7323e1e7c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10552,7 +10552,7 @@ beautifying border effects.")
     (native-inputs
      (list `(,glib "bin")               ;for glib-compile-schemas, gio-2.0
            desktop-file-utils           ;for update-desktop-database
-           `(,gtk "bin")                ;for gtk-update-icon-cache
+           `(,gtk+ "bin")                ;for gtk-update-icon-cache
            intltool
            pkg-config
            vala))

Reply via email to