From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38966) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPYIK-0007nw-VJ for guix-patches@gnu.org; Fri, 17 Apr 2020 17:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPYIJ-0000Ap-Q6 for guix-patches@gnu.org; Fri, 17 Apr 2020 17:13:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58489) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPYIH-00009U-Rg for guix-patches@gnu.org; Fri, 17 Apr 2020 17:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPYIH-0000Wf-Md for guix-patches@gnu.org; Fri, 17 Apr 2020 17:13:01 -0400 Subject: [bug#40666] [PATCH 2/2] gnu: Add trezord-udev-rules. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200416161713.3466-1-mjbecze@riseup.net> <20200416162044.3548-1-mjbecze@riseup.net> Date: Fri, 17 Apr 2020 23:12:34 +0200 In-Reply-To: <20200416162044.3548-1-mjbecze@riseup.net> (Martin Becze's message of "Thu, 16 Apr 2020 11:20:44 -0500") Message-ID: <87a739akal.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: Martin Becze Cc: 40666@debbugs.gnu.org Hi Martin, Martin Becze skribis: > * gnu/packages/finance.scm (trezord-udev-rules): New variable. I think it would be best to add a phase to =E2=80=98trezord=E2=80=99 that i= nstalls its udev rules (it=E2=80=99s quite common for packages to include udev rules.) WDYT? Thanks, Ludo=E2=80=99.