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>
This commit is contained in:
parent
88f5665fa3
commit
84f662bf4b
1 changed files with 2 additions and 1 deletions
|
@ -584,7 +584,8 @@ decentralized calling using P2P-DHT.")
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("graphviz" ,graphviz)))
|
("graphviz" ,graphviz)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libringclient" ,libringclient)
|
`(("libnotify" ,libnotify)
|
||||||
|
("libringclient" ,libringclient)
|
||||||
("network-manager" ,network-manager)
|
("network-manager" ,network-manager)
|
||||||
("qrencode" ,qrencode)
|
("qrencode" ,qrencode)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)
|
||||||
|
|
Reference in a new issue