An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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`