guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: jami-qt: Add support for desktop notificatio


From: guix-commits
Subject: branch master updated: gnu: jami-qt: Add support for desktop notifications.
Date: Sun, 27 Jun 2021 05:47:15 -0400

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 <dnbarbato@posteo.de>
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 <efraim@flashner.co.il>
---
 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

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