mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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 @@ (define-public jami-qt
|
|||
("doxygen" ,doxygen)
|
||||
("graphviz" ,graphviz)))
|
||||
(inputs
|
||||
`(("libringclient" ,libringclient)
|
||||
`(("libnotify" ,libnotify)
|
||||
("libringclient" ,libringclient)
|
||||
("network-manager" ,network-manager)
|
||||
("qrencode" ,qrencode)
|
||||
("qtsvg" ,qtsvg)
|
||||
|
|
Loading…
Reference in a new issue