mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
d5a033a262
commit
b0213f1525
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue