diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-02-10 01:15:21 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-02-10 01:18:23 +0300 |
commit | 5da7b2d05092829f922512a0674810f3895d88b3 (patch) | |
tree | 1449f00164d96fc748615e5385b413b6a02ed313 | |
parent | 03b5db565e9db834f7565e7c7f80a1dd272af36d (diff) |
gnu: telegram-desktop: Comment materialdecoration input.
This commit comments materialdecoration input in telegram-desktop because of
build failure.
* gnu/packages/telegram.scm
(telegram-desktop)[inputs]: Comment materialdecoration.
-rw-r--r-- | gnu/packages/telegram.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm index 9b27b86e50..00aabbde6c 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -520,7 +520,8 @@ Telegram project, for its use in telegram desktop client.") ("libjpeg" ,libjpeg-turbo) ("libtgvoip" ,libtgvoip-for-telegram-desktop) ("lz4" ,lz4) - ("materialdecoration" ,materialdecoration) + ;; TODO: Uncomment materialdecoration if build successfully. + ;; ("materialdecoration" ,materialdecoration) ("minizip" ,minizip) ("nimf" ,nimf) ("openal" ,openal) |