all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46618] gnu: webrtc-for-telegram-desktop: Fix segmentation fault in telegram-desktop.
@ 2021-02-18 17:22 Raghav Gururajan via Guix-patches via
  2021-02-18 20:24 ` bug#46618: " Leo Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2021-02-18 17:22 UTC (permalink / raw)
  To: 46618; +Cc: Leo Prikler


[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.1.2: 0001-gnu-webrtc-for-telegram-desktop-Fix-segmentation-fau.patch --]
[-- Type: text/x-patch, Size: 986 bytes --]

From 2a7f83cc5eb2e1235d5e39d7b58929351d902d0f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Thu, 18 Feb 2021 11:23:16 -0500
Subject: [PATCH] gnu: webrtc-for-telegram-desktop: Fix segmentation fault in
 telegram-desktop.

* gnu/packages/telegram.scm (webrtc-for-telegram-desktop) [native-inputs]: Add gcc-9 and perl.
---
 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 2430242241..661d390dbf 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)
+          ("perl" ,perl)
+          ("pkg-config" ,pkg-config)
           ("python" ,python-wrapper)
           ("yasm" ,yasm)))
        (inputs
-- 
2.30.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46618: gnu: webrtc-for-telegram-desktop: Fix segmentation fault in telegram-desktop.
  2021-02-18 17:22 [bug#46618] gnu: webrtc-for-telegram-desktop: Fix segmentation fault in telegram-desktop Raghav Gururajan via Guix-patches via
@ 2021-02-18 20:24 ` Leo Prikler
  2021-02-18 20:25   ` [bug#46618] " Raghav Gururajan via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Prikler @ 2021-02-18 20:24 UTC (permalink / raw)
  To: Raghav Gururajan, 46618-done

Pushed with a small change in the commit message.  Also
Am Donnerstag, den 18.02.2021, 12:22 -0500 schrieb Raghav Gururajan:
> +        `(("gcc" ,gcc-9)
I've added a comment to keep this in line with telegram-desktop, so
hopefully the bug won't show up again.

Thanks a lot!
Leo





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#46618] gnu: webrtc-for-telegram-desktop: Fix segmentation fault in telegram-desktop.
  2021-02-18 20:24 ` bug#46618: " Leo Prikler
@ 2021-02-18 20:25   ` Raghav Gururajan via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2021-02-18 20:25 UTC (permalink / raw)
  To: Leo Prikler, 46618-done


[-- Attachment #1.1.1: Type: text/plain, Size: 319 bytes --]

Hi Leo!

> Pushed with a small change in the commit message.  Also
> Am Donnerstag, den 18.02.2021, 12:22 -0500 schrieb Raghav Gururajan:
>> +        `(("gcc" ,gcc-9)
> I've added a comment to keep this in line with telegram-desktop, so
> hopefully the bug won't show up again.

Thanks a lot!

Regards,
RG.

[-- Attachment #1.1.2: OpenPGP_0x5F5816647F8BE551.asc --]
[-- Type: application/pgp-keys, Size: 2649 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-18 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 17:22 [bug#46618] gnu: webrtc-for-telegram-desktop: Fix segmentation fault in telegram-desktop Raghav Gururajan via Guix-patches via
2021-02-18 20:24 ` bug#46618: " Leo Prikler
2021-02-18 20:25   ` [bug#46618] " Raghav Gururajan via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.