mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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.
This commit is contained in:
parent
03b5db565e
commit
5da7b2d050
1 changed files with 2 additions and 1 deletions
|
@ -520,7 +520,8 @@ (define-public telegram-desktop
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libtgvoip" ,libtgvoip-for-telegram-desktop)
|
("libtgvoip" ,libtgvoip-for-telegram-desktop)
|
||||||
("lz4" ,lz4)
|
("lz4" ,lz4)
|
||||||
("materialdecoration" ,materialdecoration)
|
;; TODO: Uncomment materialdecoration if build successfully.
|
||||||
|
;; ("materialdecoration" ,materialdecoration)
|
||||||
("minizip" ,minizip)
|
("minizip" ,minizip)
|
||||||
("nimf" ,nimf)
|
("nimf" ,nimf)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
|
|
Loading…
Reference in a new issue