From 87223bb0ce479f006680873f7c51acd1c0900f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 13:27:22 +0800 Subject: [PATCH] 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 5b914bfd81bb514aafc1bc401881f27328891df1..1080174aceaf0385de92417c250f6d01288e01a1 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")