me
/
guix
Archived
1
0
Fork 0

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>
master
Diego Nicola Barbato 2021-06-21 08:23:08 +02:00 committed by Efraim Flashner
parent 88f5665fa3
commit 84f662bf4b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)