diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-04 15:51:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-04 15:51:14 +0100 |
commit | d3708a0d660641bc45cbfc2ed2912850106004bf (patch) | |
tree | d82f09b03d546a28f77435f14fabb36d43b99ba8 | |
parent | 4acc5e03099c4be6bb7c41515d1dbbcf8b200c6a (diff) |
gnu: sugar: Add XMPP telepathy inputs.
* gnu/packages/sugar.scm (sugar)[propagated-inputs]: Add telepathy-gabble and
telepathy-salut.
-rw-r--r-- | gnu/packages/sugar.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 64d01bbd90..82b7b8ad56 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -148,9 +148,11 @@ python-gwebsockets sugar-artwork ;for cursor theme sugar-datastore ;for org.laptop.sugar.DataStore + telepathy-gabble ;for link-local XMPP telepathy-glib ;; This is for org.freedesktop.Telepathy.AccountManager at runtime telepathy-mission-control + telepathy-salut ;for XMPP neighborhood ;; This is for the UPowerGlib namespace upower webkitgtk-with-libsoup2)) |