guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gajim: Enable app-indicator support.


From: guix-commits
Subject: branch master updated: gnu: gajim: Enable app-indicator support.
Date: Tue, 28 Jun 2022 12:23:27 -0400

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 <rg@raghavgururajan.name>
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)



reply via email to

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