mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: telegram-desktop: Build with glibmm-2.64.
This fixes a configure failure introduced in commit
43b9419bdc
.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Use glibmm-2.64
instead of glibmm.
This commit is contained in:
parent
2495582e08
commit
049851d16e
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ (define-public telegram-desktop
|
|||
("fcitx5-qt" ,fcitx5-qt)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("glib" ,glib)
|
||||
("glibmm" ,glibmm)
|
||||
("glibmm" ,glibmm-2.64)
|
||||
("gtk+" ,gtk+)
|
||||
("hime" ,hime)
|
||||
("hunspell" ,hunspell)
|
||||
|
|
Loading…
Reference in a new issue