me
/
guix
Archived
1
0
Fork 0

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>
master
Raghav Gururajan 2021-02-18 11:23:16 -05:00 committed by Leo Prikler
parent 690aa1c59d
commit 13de685877
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@
(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