mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add libprisma-for-telegram-desktop.
* gnu/packages/telegram.scm (libprisma-for-telegram-desktop): New variable. Change-Id: I855b463993654a8cad491c7b56c9581b3083f5e4 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
ecdcc19200
commit
ad273d44db
1 changed files with 12 additions and 0 deletions
|
@ -400,6 +400,18 @@ (define cld3-for-telegram-desktop
|
|||
(base32
|
||||
"0ayrrhfdwrf4260h9fsirkhhfrcvc3qqnh6h9wj3ixij2lq0wwqb"))))
|
||||
|
||||
(define libprisma-for-telegram-desktop
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/desktop-app/libprisma")
|
||||
(commit "23b0d70f9709da9b38561d5706891a134d18df76")))
|
||||
(file-name
|
||||
(git-file-name "libprisma-for-telegram-desktop" "5.3.2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fg4x4ikj7f3706bmfvkwq4smxc98qr3cgpm25w48n4ys6wfgadg"))))
|
||||
|
||||
(define-public telegram-desktop
|
||||
(package
|
||||
(name "telegram-desktop")
|
||||
|
|
Loading…
Reference in a new issue