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
parent
690aa1c59d
commit
13de685877
|
@ -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
|
||||
|
|
Reference in New Issue