me
/
guix
Archived
1
0
Fork 0

gnu: libring: Update to 20191101.

* gnu/packages/telephony.scm (libring)[inputs]: Replace restbed with restinio,
  add asio.
master
Pierre Neidhardt 2019-11-14 18:14:25 +01:00
parent fbcd60dd15
commit a83855ffad
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 1 deletions

View File

@ -792,8 +792,9 @@ Initiation Protocol (SIP) and a multimedia framework.")
("libsecp256k1" ,libsecp256k1) ("libsecp256k1" ,libsecp256k1)
("python" ,python) ("python" ,python)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
("restbed" ,restbed) ("restinio" ,restinio)
("libx11" ,libx11) ("libx11" ,libx11)
("asio" ,asio)
;; TODO: Upstream seems to rely on a custom pjproject (a.k.a. pjsip) version. ;; TODO: Upstream seems to rely on a custom pjproject (a.k.a. pjsip) version.
;; See https://git.jami.net/savoirfairelinux/ring-daemon/issues/24. ;; See https://git.jami.net/savoirfairelinux/ring-daemon/issues/24.
("pjproject" ,pjproject-jami))) ("pjproject" ,pjproject-jami)))