gnu: libring: Update to 20191101.

* gnu/packages/telephony.scm (libring)[inputs]: Replace restbed with restinio,
  add asio.
This commit is contained in:
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

View file

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