mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
34c7dd7e09
commit
29efa2791d
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue