From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46092) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ionN6-0005Ee-Je for guix-patches@gnu.org; Tue, 07 Jan 2020 06:50:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ionN5-00056N-CH for guix-patches@gnu.org; Tue, 07 Jan 2020 06:50:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ionN4-000565-SX for guix-patches@gnu.org; Tue, 07 Jan 2020 06:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ionN4-00006a-Il for guix-patches@gnu.org; Tue, 07 Jan 2020 06:50:02 -0500 Subject: [bug#39005] [PATCH 21/22] gnu: pjproject-jami: Apply a missing patch. Resent-Message-ID: From: Jan Wielkiewicz Date: Tue, 7 Jan 2020 11:17:40 +0100 Message-Id: <20200107101741.970-21-tona_kosmicznego_smiecia@interia.pl> In-Reply-To: <20200107101741.970-1-tona_kosmicznego_smiecia@interia.pl> References: <20200107101741.970-1-tona_kosmicznego_smiecia@interia.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39005@debbugs.gnu.org Cc: Jan Wielkiewicz --- gnu/packages/jami.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index ea66bed8a5..22c86e9b5b 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -165,7 +165,8 @@ "fix_ebusy_turn" "ignore_ipv6_on_transport_check" "fix_turn_connection_failure" - "disable_local_resolution")) + "disable_local_resolution" + "fix_assert_on_connection_attempt")) #t))) ;; TODO: We could use substitute-keyword-arguments instead of ;; repeating the phases from pjproject, but somehow it does -- 2.24.1