From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id nx4kL7eWA19BEwAA0tVLHw (envelope-from ) for ; Mon, 06 Jul 2020 21:25:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id OB6sKreWA19XaAAAB5/wlQ (envelope-from ) for ; Mon, 06 Jul 2020 21:25:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2B1599401D0 for ; Mon, 6 Jul 2020 21:25:11 +0000 (UTC) Received: from localhost ([::1]:39782 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsYbt-0003nl-Hf for larch@yhetil.org; Mon, 06 Jul 2020 17:25:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsYbm-0003nc-AG for guix-patches@gnu.org; Mon, 06 Jul 2020 17:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51709) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jsYbm-0001vC-0z for guix-patches@gnu.org; Mon, 06 Jul 2020 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jsYbl-0001tc-Tn for guix-patches@gnu.org; Mon, 06 Jul 2020 17:25:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42229] [PATCH 6/9] gnu: jami: Add libnm as input. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Jul 2020 21:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jan Wielkiewicz Cc: 42229@debbugs.gnu.org Received: via spool by 42229-submit@debbugs.gnu.org id=B42229.15940706737240 (code B ref 42229); Mon, 06 Jul 2020 21:25:01 +0000 Received: (at 42229) by debbugs.gnu.org; 6 Jul 2020 21:24:33 +0000 Received: from localhost ([127.0.0.1]:35022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsYbJ-0001sh-AD for submit@debbugs.gnu.org; Mon, 06 Jul 2020 17:24:33 -0400 Received: from mira.cbaines.net ([212.71.252.8]:59470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsYbH-0001sa-N6 for 42229@debbugs.gnu.org; Mon, 06 Jul 2020 17:24:32 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id 3363027BBE1; Mon, 6 Jul 2020 22:24:31 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 645cc412; Mon, 6 Jul 2020 21:24:28 +0000 (UTC) References: <20200706155030.1938-1-tona_kosmicznego_smiecia@interia.pl> <20200706155030.1938-6-tona_kosmicznego_smiecia@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200706155030.1938-6-tona_kosmicznego_smiecia@interia.pl> Date: Mon, 06 Jul 2020 22:24:28 +0100 Message-ID: <87blksl4kz.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.19 X-TUID: ZCptSQj+JuYc --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > * gnu/packages/jami.scm (jami)[inputs]: Add libnm. > --- > gnu/packages/jami.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm > index a45b056d51..041955f297 100644 > --- a/gnu/packages/jami.scm > +++ b/gnu/packages/jami.scm > @@ -582,6 +582,7 @@ This package provides a library common to all Jami clients.") > ("clutter" ,clutter) > ("clutter-gtk" ,clutter-gtk) > ("libcanberra" ,libcanberra) > + ("libnm" ,network-manager) > ("webkitgtk" ,webkitgtk) > ("sqlite" ,sqlite))) > (native-inputs > @@ -600,7 +601,6 @@ This package provides a library common to all Jami clients.") > video and chat communication platform that requires no centralized server and > leaves the power of privacy in the hands of the user. It supports the SIP and > IAX protocols, as well as decentralized calling using P2P-DHT. > - > This package provides the Jami client for the GNOME desktop.") > (home-page "https://jami.net") > (license license:gpl3+)))) I'm guessing that the reasoning behind this change is that it's something related to the version update. If so, maybe include this change in the commit that does the version update, just to keep the related changes together. Otherwise, it would be good to have some information in this commit about what adding this input means. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8DloxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfedQ//R5aOUeEtP5u0m5I27/aiAGrnGIFjZ8hqv24BH7ztSo9L7+jYYjd/228V oByA4tv4fbura9ImESVGQxsZGYLcpoijo1SiorVFsLc4Kn8Oqm88NL5BUfZaoXQZ 1Etp25vDmMTyyw/nScGa8TnXbM+kHq2hF9GHJbgrbXJa/1n9ujXgg8lepDpe63an GaMypETs5p/3d67QNX5jTGbzTntMD6s3PHCXPXtFJm3+GB4p71wXwyoVc9Kl9OJH W6srcR1ms2QqNxNrD6IBiBn17UVjERilTAXhY3ANC/DmAfBntctNpRFrXVbqJ2fI Jz4p6+KSaJh2eIhsHfSH8wYE1YkvZdseR5Y9cq/gsLmp7B+ILYTu4dRMo318rn2z /e6faZ+djp65zQmldapS/z3S0FsYcrRECxuPQjc1lNsryRLDp9w1ojKK+7xblvaS yuE+/hCY38in3TXCjRLgcH0jebLWWvd+QY9rcVpO9oLtPAskZ7WG+FA8FKTWw/JF UpsqyEH7b0MKl2sFsu6FfVZyCh2dUFY38synSowhfcUlk7BWKcEWKwj65GVEizM3 sVaxb7j/Co7nCZ4k9NKUeHdNPGfOQH17lE3uYiHymHbypS6e1JNpkVtVPZOqYhnp 04NGxtKuWC7cB2jHu/BwH0UmQ2nmybci86mVC02tGE1nPdDJ27k= =dwdj -----END PGP SIGNATURE----- --=-=-=--