gnu: xfce4-dev-tools: Add more propagated inputs.

* gnu/packages/xfce.scm (xfce4-dev-tools)[propagated-inputs]: Add
autoconf, automake, gtk-doc, intltool, libtool and pkg-config.

Change-Id: Iaf5830d3948720641f30f28aa415c884fbfba8aa
This commit is contained in:
宋文武 2024-12-30 20:08:49 +08:00
parent d5a033a262
commit b0213f1525
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2333,7 +2333,13 @@ (define-public xfce4-dev-tools
meson
pkg-config))
(inputs (list glib python))
(propagated-inputs (list (list glib "bin"))) ;'glib-genmarshal' required by 'xdt-depends.m4'
(propagated-inputs
(list
;; required by 'xdt-autogen'
autoconf automake gtk-doc intltool libtool
;; required by 'xdt-depends.m4'
(list glib "bin") ;for glib-genmarshal
pkg-config))
(home-page "https://docs.xfce.org/xfce/xfce4-dev-tools/")
(synopsis "Xfce developer tools")
(description