mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: jami: Fix wrapper.
* gnu/packages/telephony.scm (jami)[arguments]: Wrap around jami-gnome instead of gnome-ring. [synopsis]: Make it more sensible.
This commit is contained in:
parent
a83855ffad
commit
5b0289870a
1 changed files with 3 additions and 3 deletions
|
@ -897,7 +897,7 @@ (define-public jami
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("doxygen" ,doxygen)))
|
("doxygen" ,doxygen)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libring" ,libring) ; Contains `dring', the daemon, which is automatically by d-bus.
|
`(("libring" ,libring) ; Contains `dring', the daemon, which is automatically by d-bus.
|
||||||
("adwaita-icon-theme" ,adwaita-icon-theme)
|
("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
("evolution-data-server" ,evolution-data-server)))
|
("evolution-data-server" ,evolution-data-server)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -912,10 +912,10 @@ (define-public jami
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(path (string-append (assoc-ref inputs "sqlite") "/lib")))
|
(path (string-append (assoc-ref inputs "sqlite") "/lib")))
|
||||||
(wrap-program (string-append out "/bin/gnome-ring")
|
(wrap-program (string-append out "/bin/jami-gnome")
|
||||||
`("LD_LIBRARY_PATH" ":" prefix (,path))))
|
`("LD_LIBRARY_PATH" ":" prefix (,path))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Distributed multimedia communications platform")
|
(synopsis "Distributed, privacy-respecting communication program")
|
||||||
(description "Jami (formerly GNU Ring) is a secure and distributed voice,
|
(description "Jami (formerly GNU Ring) is a secure and distributed voice,
|
||||||
video and chat communication platform that requires no centralized server and
|
video and chat communication platform that requires no centralized server and
|
||||||
leaves the power of privacy in the hands of the user. It supports the SIP and
|
leaves the power of privacy in the hands of the user. It supports the SIP and
|
||||||
|
|
Loading…
Reference in a new issue