gnu: jami-client-gnome: Rename to 'jami'.

* gnu/packages/telephony.scm (jami-client-gnome): Rename to...
(jami): ... this.  Update 'name' field accordingly.
(jami-client-gnome): New variable.
master
Ludovic Courtès 2019-07-26 10:09:44 +02:00
parent cf40f8e4d7
commit 422e187fb4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 2 deletions

View File

@ -847,10 +847,10 @@ This package provides a library common to all Jami clients.")
(home-page "https://jami.net")
(license license:gpl3+)))
(define-public jami-client-gnome
(define-public jami
(package
(inherit libring)
(name "jami-client-gnome")
(name "jami")
(build-system cmake-build-system)
(inputs
`(("libringclient" ,libringclient)
@ -906,3 +906,6 @@ IAX protocols, as well as decentralized calling using P2P-DHT.
This package provides the Jami client for the GNOME desktop.")
(home-page "https://jami.net")
(license license:gpl3+)))
(define-public jami-client-gnome
(deprecated-package "jami-client-gnome" jami))