mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(emacs): set tdlib to 1.8.16
This commit is contained in:
parent
0c33c96e9e
commit
9199532265
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"imagemagick"
|
||||
"font-gnu-freefont"
|
||||
"font-gnu-unifont"
|
||||
"tdlib-1.8.17"
|
||||
"tdlib-1.8.16"
|
||||
"yt-dlp"
|
||||
"mpv"
|
||||
"whisper-cpp"
|
||||
|
|
|
|||
|
|
@ -6525,7 +6525,7 @@ base toot."
|
|||
(interactive)
|
||||
(setq telega-server-libs-prefix
|
||||
(string-trim
|
||||
(shell-command-to-string "guix build tdlib-1.8.17")))
|
||||
(shell-command-to-string "guix build tdlib-1.8.16")))
|
||||
(telega-server-build "CC=gcc"))
|
||||
|
||||
(add-hook 'telega-load-hook #'telega-mode-line-mode)
|
||||
|
|
|
|||
|
|
@ -9009,7 +9009,7 @@ Or you can load up Element for a moment to see what the mention was, if that's e
|
|||
|
||||
| Guix dependency |
|
||||
|-------------------|
|
||||
| tdlib-1.8.17 |
|
||||
| tdlib-1.8.16 |
|
||||
| font-gnu-unifont |
|
||||
| font-gnu-freefont |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue