gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.

* gnu/packages/emacs-xyz.scm (emacs-telega-server): Use tdlib instead of
tdlib-1.8.0.
This commit is contained in:
Andrew Tropin 2023-01-17 14:42:45 +04:00
parent 34c7dd7e09
commit 29efa2791d
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -31016,7 +31016,7 @@ (define-public emacs-telega-server
(lambda _ (chdir ".."))))
#:test-target "test"))
(inputs
(list tdlib-1.8.0 libappindicator))
(list tdlib libappindicator))
(native-inputs
(list python pkg-config))
(home-page "https://zevlg.github.io/telega.el/")