https://github.com/johnlepikhin/guix-telegram-desktop
Tiny guix channel which provides latest version of telegram-desktop
https://github.com/johnlepikhin/guix-telegram-desktop
Last synced: 2 months ago
JSON representation
Tiny guix channel which provides latest version of telegram-desktop
- Host: GitHub
- URL: https://github.com/johnlepikhin/guix-telegram-desktop
- Owner: johnlepikhin
- Created: 2025-10-09T11:40:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-01T19:01:38.000Z (5 months ago)
- Last Synced: 2026-02-02T03:15:58.916Z (5 months ago)
- Language: Scheme
- Size: 42 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-guix - guix-telegram-desktop - desktop. (Channels)
README
# Telegram Desktop Guix Channel
A Guix channel providing latest Telegram Desktop package with updated dependencies and enhanced functionality.
## Usage
Add this channel to your `~/.config/guix/channels.scm`:
```scheme
(cons* (channel
(name 'telegram-desktop)
(branch "main")
;; or
(commit "v6.7.2")
(url "https://github.com/johnlepikhin/guix-telegram-desktop"))
%default-channels)
```
Then install with: `guix install telegram-desktop`