diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-16 01:14:49 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-16 08:24:50 +0100 |
commit | 2a4e1ace1900311519def33a281612c55bd0e58d (patch) | |
tree | 8d3937753cac0f6b9edd3bef3fa21e5a77d4e7e5 /gnu/packages | |
parent | 61361ef2646cc59f18fd1d33d9d13348930255b7 (diff) | |
download | guix-2a4e1ace1900311519def33a281612c55bd0e58d.tar.gz guix-2a4e1ace1900311519def33a281612c55bd0e58d.zip |
Revert "gnu: telegram-desktop: Comment materialdecoration input."
This reverts commit 5da7b2d05092829f922512a0674810f3895d88b3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/telegram.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm index 00aabbde6c..9b27b86e50 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -520,8 +520,7 @@ Telegram project, for its use in telegram desktop client.") ("libjpeg" ,libjpeg-turbo) ("libtgvoip" ,libtgvoip-for-telegram-desktop) ("lz4" ,lz4) - ;; TODO: Uncomment materialdecoration if build successfully. - ;; ("materialdecoration" ,materialdecoration) + ("materialdecoration" ,materialdecoration) ("minizip" ,minizip) ("nimf" ,nimf) ("openal" ,openal) |