This is an automated email from the git hooks/post-receive script.
raghavgururajan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ec90cdfdc3 gnu: gajim: Enable app-indicator support.
ec90cdfdc3 is described below
commit ec90cdfdc39938778f8c0fd6ba1e9f2aba561992
Author: Raghav Gururajan <[email protected]>
AuthorDate: Tue Jun 28 12:19:19 2022 -0400
gnu: gajim: Enable app-indicator support.
* gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator.
---
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f3bda7b32a..9b1d06e21a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1269,6 +1269,7 @@ of xmpppy.")
("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview)
("gupnp-igd" ,gupnp-igd)
+ ("libappindicator" ,libappindicator)
("libnice" ,libnice)
("libsecret" ,libsecret)
("libsoup" ,libsoup)