guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gajim: Add d-bus support.


From: guix-commits
Subject: branch master updated: gnu: gajim: Add d-bus support.
Date: Sat, 18 Dec 2021 08:18:52 -0500

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 00a42ee  gnu: gajim: Add d-bus support.
00a42ee is described below

commit 00a42ee749af0a9e6c994a76f67b66de5a4dd898
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sat Dec 18 08:14:58 2021 -0500

    gnu: gajim: Add d-bus support.
    
    * gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3756b02..20ae2d8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1257,6 +1257,7 @@ of xmpppy.")
        ("libxss" ,libxscrnsaver)
        ("network-manager" ,network-manager)
        ("python-css-parser" ,python-css-parser)
+       ("python-dbus" ,python-dbus)
        ("python-keyring" ,python-keyring)
        ("python-nbxmpp" ,python-nbxmpp)
        ("python-packaging" ,python-packaging)



reply via email to

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