mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: webrtc-for-telegram-desktop: Adjust native inputs.
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>
This commit is contained in:
parent
690aa1c59d
commit
13de685877
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,9 @@ (define-public webrtc-for-telegram-desktop
|
|||
(copy-recursively libyuv-from libyuv-to))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
`(("gcc" ,gcc-9) ; keep in line with telegram-desktop
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)
|
||||
("yasm" ,yasm)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue