~ruther/guix-local

87223bb0ce479f006680873f7c51acd1c0900f1f — 宋文武 3 months ago 31b32ea
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -1
@@ 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")