This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 84f662b  gnu: jami-qt: Add support for desktop notifications.
84f662b is described below

commit 84f662bf4bf23d2818acea3fdb0c30f2d91e6b7c
Author: Diego Nicola Barbato <[email protected]>
AuthorDate: Mon Jun 21 08:23:08 2021 +0200

    gnu: jami-qt: Add support for desktop notifications.
    
    * gnu/packages/jami.scm (jami-qt)[inputs]: Add libnotify.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/jami.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index baef61b..5cb9284 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -584,7 +584,8 @@ decentralized calling using P2P-DHT.")
        ("doxygen" ,doxygen)
        ("graphviz" ,graphviz)))
     (inputs
-     `(("libringclient" ,libringclient)
+     `(("libnotify" ,libnotify)
+       ("libringclient" ,libringclient)
        ("network-manager" ,network-manager)
        ("qrencode" ,qrencode)
        ("qtsvg" ,qtsvg)

Reply via email to