GNU bug report logs -
#75146
[PATCH v0 00/15] XFCE: Move source from generated archive to git.
Previous Next
Full log
Message #176 received at 75146 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-dev-tools)[propagated-inputs]: Add
autoconf, automake, gtk-doc, intltool, libtool and pkg-config.
Change-Id: Iaf5830d3948720641f30f28aa415c884fbfba8aa
---
gnu/packages/xfce.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8c86972f6e..83d78bfc19 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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
--
2.46.0
This bug report was last modified 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.