From 0ab3df64e8eb1fcef7a1574ebd68fc2dc7d8b841 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Fri, 13 Mar 2026 22:28:09 +0100 Subject: [PATCH] gnu: telepathy-idle: Switch to python-dbus. * gnu/packages/freedesktop.scm (telepathy-idle): Switch to python-dbus. [inputs]: Remove python-dbus-1.2; add python-dbus. Change-Id: Ia99a1ad430d46627a416ee50096cdef8727adbc8 Signed-off-by: Sharlatan Hellseher --- gnu/packages/freedesktop.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 4f3c7b01c7..37a8c3f877 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2373,7 +2373,7 @@ different sorts of messages in different formats.") (base32 "02wb61h2k3hhis5y2xi5rhc6pmikd13x722hk620sqb9b3m5pn3s")))) (build-system gnu-build-system) (native-inputs (list autoconf automake libtool pkg-config)) - (inputs (list libxslt python-wrapper python-dbus-1.2)) + (inputs (list libxslt python-wrapper python-dbus)) (propagated-inputs (list telepathy-glib)) (home-page "https://telepathy.freedesktop.org/") (synopsis "Telepathy IRC connection manager")