guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eaf7c742cf6b8139bcae5f9966f3555400903e64
Author: 宋文武 <[email protected]>
AuthorDate: Fri Jul 24 22:00:14 2026 +0800

    gnu: catfish: Avoid propagating inputs.
    
    * gnu/packages/xfce.scm (catfish)[propagated-inputs]: Move all to...
    [inputs]: ...here.
    
    Change-Id: Ieb949a7a0af33adac34fd07885009de73b99b083
---
 gnu/packages/xfce.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 46769869e5..55721eb7b3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -249,9 +249,17 @@ 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 gobject-introspection which xfconf xdg-utils))
-    (propagated-inputs (list gtk+ python-dbus-1.2 python-pexpect python-pycairo
-                             python-pygobject))
+    (inputs (list
+             bash-minimal
+             gobject-introspection
+             gtk+
+             python-dbus-1.2
+             python-pexpect
+             python-pycairo
+             python-pygobject
+             which
+             xdg-utils
+             xfconf))
     (home-page "https://docs.xfce.org/apps/catfish/";)
     (synopsis "File searching tool for Xfce")
     (description

Reply via email to