guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75146] [PATCH v4 02/68] gnu: xfce4-dev-tools: Add more propagated i


From: iyzsong
Subject: [bug#75146] [PATCH v4 02/68] gnu: xfce4-dev-tools: Add more propagated inputs.
Date: Tue, 31 Dec 2024 14:43:32 +0800

From: 宋文武 <iyzsong@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]