me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 1 additions and 1 deletions

View File

@ -31016,7 +31016,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(lambda _ (chdir "..")))) (lambda _ (chdir ".."))))
#:test-target "test")) #:test-target "test"))
(inputs (inputs
(list tdlib-1.8.0 libappindicator)) (list tdlib 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/")