From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36226) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFPT9-0004Iw-Uw for guix-patches@gnu.org; Tue, 01 Oct 2019 17:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFPT8-0005RI-Su for guix-patches@gnu.org; Tue, 01 Oct 2019 17:14:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFPT8-0005R7-O6 for guix-patches@gnu.org; Tue, 01 Oct 2019 17:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFPT8-0006Uz-Hx for guix-patches@gnu.org; Tue, 01 Oct 2019 17:14:02 -0400 Subject: bug#37493: [bug#37519] [PATCH v3] gnu: add iwd. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190926142340.29343-1-brice@waegenei.re> <20190930144321.9187-1-brice@waegenei.re> Date: Tue, 01 Oct 2019 23:13:07 +0200 In-Reply-To: <20190930144321.9187-1-brice@waegenei.re> (Brice Waegeneire's message of "Mon, 30 Sep 2019 16:43:21 +0200") Message-ID: <871rvwkw4c.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Brice Waegeneire Cc: 37519-done@debbugs.gnu.org, 37493-done@debbugs.gnu.org Hello, Brice Waegeneire skribis: > * gnu/packages/networking.scm (iwd): New variable. I changed it as follows so that the test is really disabled and committed. Thanks! Ludo=E2=80=99.