fix(emacs): update tdlib

This commit is contained in:
Pavel Korytov 2023-07-05 10:37:57 +03:00
parent 413df9a9e5
commit a4920df50a
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"imagemagick"
"font-gnu-freefont"
"font-gnu-unifont"
"tdlib-1.8.13"
"tdlib-1.8.14"
"yt-dlp"
"mpv"
"whisper-cpp"

View file

@ -8501,7 +8501,7 @@ Also a keymap for room mode:
| Guix dependency |
|-------------------|
| tdlib-1.8.13 |
| tdlib-1.8.14 |
| font-gnu-unifont |
| font-gnu-freefont |
@ -8541,8 +8541,8 @@ Building =telega-server= can create problems. It requires the latest version of
(interactive)
(setq telega-server-libs-prefix
(string-trim
(shell-command-to-string "guix build tdlib-1.8.13")))
(telega-server-build "CC=gcc"))
(shell-command-to-string "guix build tdlib-1.8.14")))
(telega-server-build "CC=gcc")
#+end_src
Setting up the modeline. The default mode string doesn't look great with my other modeline modules, so I override that.