From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/6] gnu: Add efivar. Date: Sun, 06 Nov 2016 22:51:29 +0100 Message-ID: <87mvhcwa3i.fsf@gnu.org> References: <20161105125511.29383-1-mbakke@fastmail.com> <20161105125511.29383-5-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3VLi-0006G3-Lu for guix-devel@gnu.org; Sun, 06 Nov 2016 16:51:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3VLf-0003Gm-Hp for guix-devel@gnu.org; Sun, 06 Nov 2016 16:51:34 -0500 In-Reply-To: <20161105125511.29383-5-mbakke@fastmail.com> (Marius Bakke's message of "Sat, 5 Nov 2016 12:55:09 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke skribis: > * gnu/packages/linux.scm (efivar): New variable. > + (synopsis "Tool and library to manipulate EFI variables") > + (description "This package provides a library and a command line > +interface to the UEFI variable facility.") Maybe =E2=80=9C=E2=80=A6 to the variable facility of UEFI boot firmware.=E2= =80=9D to give a little bit of extra context. > + (license > + (list license:lgpl2.1+ > + (license:non-copyleft "file://src/crc32.c" > + "See src/crc32.c in the distribution.")= )))) The second one can be omitted since the combination is LGPL anyway. Thank you! Ludo=E2=80=99.