mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-telega: Use tdlib-1.8.0
emacs-telega is compatible with the latest TDLib major release 1.8.0 * gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of latest tdlib Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
abc232c42d
commit
69aa41e405
1 changed files with 1 additions and 1 deletions
|
@ -29796,7 +29796,7 @@ (define-public emacs-telega-server
|
||||||
(lambda _ (chdir ".."))))
|
(lambda _ (chdir ".."))))
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(inputs
|
(inputs
|
||||||
(list tdlib libappindicator))
|
(list tdlib-1.8.0 libappindicator))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python pkg-config))
|
(list python pkg-config))
|
||||||
(home-page "https://zevlg.github.io/telega.el/")
|
(home-page "https://zevlg.github.io/telega.el/")
|
||||||
|
|
Loading…
Reference in a new issue