From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa0wo-0003NN-Qk for guix-patches@gnu.org; Mon, 02 Jul 2018 11:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa0wo-0005WJ-6U for guix-patches@gnu.org; Mon, 02 Jul 2018 11:41:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fa0wo-0005W9-1F for guix-patches@gnu.org; Mon, 02 Jul 2018 11:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fa0wn-0006i6-Qt for guix-patches@gnu.org; Mon, 02 Jul 2018 11:41:01 -0400 Subject: [bug#32011] [PATCH] gnu: Add ddcutil. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180629185824.11389-1-me@tobias.gr> Date: Mon, 02 Jul 2018 17:40:48 +0200 In-Reply-To: <20180629185824.11389-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 29 Jun 2018 20:58:24 +0200") Message-ID: <87lgatejcv.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: Tobias Geerinckx-Rice Cc: 32011@debbugs.gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/linux.scm (ddcutil): New public variable. LGTM, and looks like a useful tool! Note that if this does not rely (directly or indirectly) on functionality specific to the kernel Linux, it can go elsewhere. Thanks, Ludo=E2=80=99.