guix-patches
[Top][All Lists]
Advanced

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

[bug#37121] [PATCH 38/40] gnu: xfconf: Remove unnecessary propagated-inp


From: L p R n d n
Subject: [bug#37121] [PATCH 38/40] gnu: xfconf: Remove unnecessary propagated-inputs.
Date: Tue, 20 Aug 2019 23:50:41 +0200

* gnu/packages/xfconf.scm (xfconf)[propagated-inputs]: Remove dbus and 
dbus-glib.
---
 gnu/packages/xfce.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 78c3fb58f9..dd62db1449 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -146,9 +146,7 @@ Xfce Desktop Environment.")
        ("vala" ,vala)))
     (propagated-inputs
      ;; libxfconf-0.pc refers to all these.
-     `(("glib" ,glib)
-       ("dbus" ,dbus)
-       ("dbus-glib" ,dbus-glib)))
+     `(("glib" ,glib)))
     (inputs
      `(("libxfce4util" ,libxfce4util)))
     (home-page "https://www.xfce.org/";)
-- 
2.22.0






reply via email to

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