summaryrefslogtreecommitdiff
path: root/gnu/packages/telegram.scm
Commit message (Collapse)AuthorAge
* gnu: tl-parser: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
* gnu: telegram-desktop: Fix typo in description.Tobias Geerinckx-Rice2021-03-06
| | | | * gnu/packages/telegram.sc (telegram-desktop)[description]: Fix typo.
* gnu: webrtc-for-telegram-desktop: Adjust native inputs.Raghav Gururajan2021-02-18
| | | | | | | | | This fixes a segmentation fault in telegram-desktop. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop) [native-inputs]: Add gcc-9 and perl. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: telegram-desktop: Update to 2.5.9.Raghav Gururajan2021-02-18
| | | | | | * gnu/packages/telegram.scm (telegram-desktop): Update to 2.5.9. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: libtgvoip-for-telegram-desktop: Update to revision 88.Raghav Gururajan2021-02-18
| | | | | | * gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): Update to revision 88. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: webrtc-for-telegram-desktop: Update to revision 83.Raghav Gururajan2021-02-18
| | | | | | | * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to revision 83. [inputs]: Add libx11, libxext, and libxtst. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* Revert "gnu: telegram-desktop: Comment materialdecoration input."Leo Prikler2021-02-16
| | | | This reverts commit 5da7b2d05092829f922512a0674810f3895d88b3.
* gnu: telegram-desktop: Comment materialdecoration input.Oleg Pykhalov2021-02-10
| | | | | | | | This commit comments materialdecoration input in telegram-desktop because of build failure. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Comment materialdecoration.
* gnu: Add telegram-cli.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (telegram-cli): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add tgl.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (tgl): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add tl-parser.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (tl-parser): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add libtgvoip-for-telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add rlottie-for-telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (rlottie-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add webrtc-for-telegram-desktop.Raghav Gururajan2021-01-31
* gnu/packages/telegram.scm: New module. (webrtc-for-telegram-desktop): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>