1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -31016,7 +31016,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(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/")