From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43962) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRfGe-0007W4-CP for guix-patches@gnu.org; Thu, 23 Apr 2020 13:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRfGd-0003ZW-DA for guix-patches@gnu.org; Thu, 23 Apr 2020 13:04:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44249) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRfGd-0003ZR-1V for guix-patches@gnu.org; Thu, 23 Apr 2020 13:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRfGc-00036t-5k for guix-patches@gnu.org; Thu, 23 Apr 2020 13:04:02 -0400 Subject: [bug#40683] [PATCH v2] gnu: Add wireguard-linux-module. Resent-Message-ID: Date: Thu, 23 Apr 2020 13:03:50 -0400 From: Leo Famulari Message-ID: <20200423170350.GA32197@jasmine.lan> References: <20200417155855.6210-1-brice@waegenei.re> <20200423123457.23843-1-brice@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200423123457.23843-1-brice@waegenei.re> 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: me@tobias.gr, 40683@debbugs.gnu.org On Thu, Apr 23, 2020 at 02:34:57PM +0200, Brice Waegeneire wrote: > * gnu/packages/vpn.scm (wireguard-linux-module): New variable. Can this be part of the wireguard-linux-compat package? I think it's confusing to have two packages providing WireGuard for old kernels.