guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9e8ddf925e5d3cfba50b38b586a90c4efd712da6
Author: 宋文武 <[email protected]>
AuthorDate: Fri Jul 24 21:52:55 2026 +0800

    gnu: catfish: Add missing input for 'xlib-2.0.typelib'.
    
    * gnu/packages/xfce.scm (catfish)[inputs]: Add gobject-introspection.
    
    Change-Id: Ie827e48ce80d4eb76e07324b0c407f5082c91b9b
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2ca615f092..46769869e5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -249,7 +249,7 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
                          (list gtk+ "bin") ;for gtk-update-icon-cache
                          pkg-config
                          python))
-    (inputs (list bash-minimal which xfconf xdg-utils))
+    (inputs (list bash-minimal gobject-introspection which xfconf xdg-utils))
     (propagated-inputs (list gtk+ python-dbus-1.2 python-pexpect python-pycairo
                              python-pygobject))
     (home-page "https://docs.xfce.org/apps/catfish/";)

Reply via email to