guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9d7cec981779d10658c21e7d160187f50bb2155a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 31 09:55:45 2026 +0900

    gnu: libpeas: Propagate gtk+.
    
    * gnu/packages/gnome.scm (libpeas) [inputs]: Move gtk+ to...
    [propagated-inputs]: ... here.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f907ae22a1..dd3ee3432b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3233,8 +3233,7 @@ some form of information without getting in the user's 
way.")
                                 (search-input-file inputs "bin/Xvfb")
                                 disp))))))))
     (inputs
-     (list gtk+
-           glade3
+     (list glade3
            python
            python-pygobject-3.50))
     (native-inputs
@@ -3246,8 +3245,8 @@ some form of information without getting in the user's 
way.")
            xorg-server-for-tests
            vala))
     (propagated-inputs
-     ;; The .pc file "Requires" gobject-introspection.
-     (list glib gobject-introspection))
+     ;; In "Requires" of the .pc files.
+     (list glib gtk+ gobject-introspection))
     (home-page "https://wiki.gnome.org/Projects/Libpeas";)
     (synopsis "GObject plugin system")
     (description

Reply via email to