From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45664) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOGBt-0008AC-0l for guix-patches@gnu.org; Tue, 14 Apr 2020 03:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOGBr-00088w-7F for guix-patches@gnu.org; Tue, 14 Apr 2020 03:41:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49845) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOGBp-00088Q-RE for guix-patches@gnu.org; Tue, 14 Apr 2020 03:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOGBp-0002Vl-On for guix-patches@gnu.org; Tue, 14 Apr 2020 03:41:01 -0400 Subject: [bug#40595] [PATCH] system: Automatically adjust linux-module packages to use the References: <20200413114359.26652-1-dannym@scratchpost.org> In-Reply-To: <20200413114359.26652-1-dannym@scratchpost.org> Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 14 Apr 2020 07:39:57 +0000 From: Brice Waegeneire Message-ID: 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: 40595@debbugs.gnu.org Hello Danny, Thanks for the patch, I needed such feature. It works well and the test pass; LGTM! - Brice