guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: webrtc-for-telegram-desktop: Adjust native i


From: guix-commits
Subject: branch master updated: gnu: webrtc-for-telegram-desktop: Adjust native inputs.
Date: Thu, 18 Feb 2021 15:19:00 -0500

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 13de685  gnu: webrtc-for-telegram-desktop: Adjust native inputs.
13de685 is described below

commit 13de68587730aa812926256b3269ada315944b99
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Feb 18 11:23:16 2021 -0500

    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>
---
 gnu/packages/telegram.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 2430242..daff57a 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]