diff options
author | Andrew Tropin <andrew@trop.in> | 2023-01-17 14:42:45 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-01-17 14:46:01 +0400 |
commit | 29efa2791dafb042ca8ace77bcf8538fb404d492 (patch) | |
tree | 8a7d1bc30bd03e07006b7224728105e6bd485837 | |
parent | 34c7dd7e09fe714229a1ed723994c385d91bd457 (diff) | |
download | guix-29efa2791dafb042ca8ace77bcf8538fb404d492.tar.gz guix-29efa2791dafb042ca8ace77bcf8538fb404d492.zip |
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.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 95f218e55d..a12272d8a9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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/") |