diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-03-13 22:28:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:07 +0100 |
| commit | a400c9fdbfa97ff7eadc168e8a61beecb7863940 (patch) | |
| tree | d503d041e72cd3c1718f9657d2dffa8c46819909 /gnu | |
| parent | ba470474c770f6f784426b263b3e0151624b4726 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 9273fcbd12..005ba600cd 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2374,7 +2374,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") |
