guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 87223bb0ce479f006680873f7c51acd1c0900f1f
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 13:27:22 2025 +0800

    gnu: xfce-dev-tools: Propagated python.
    
    Other Xfce packages start bundling the 'xdt-gen-visibility' script,
    which needs python at build time.
    
    * gnu/packages/xfce.scm (xfce4-dev-tools)[inputs]: Move python to
    propagated-inputs.
    
    Change-Id: I07a6298313da48d48cd4e26c0b4131456429d33d
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5b914bfd81..1080174ace 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2417,13 +2417,14 @@ local weather in the panel, using forecast data 
provided by the
                          libxslt
                          meson
                          pkg-config))
-    (inputs (list glib python))
+    (inputs (list glib))
     (propagated-inputs
      (list
       ;; required by 'xdt-autogen'
       autoconf automake gtk-doc/stable intltool libtool
       ;; required by 'xdt-depends.m4'
       (list glib "bin") ;for glib-genmarshal
+      python            ;for xdt-gen-visibility
       pkg-config))
     (home-page "https://docs.xfce.org/xfce/xfce4-dev-tools/";)
     (synopsis "Xfce developer tools")

Reply via email to