Marius Bakke <mba...@fastmail.com> 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 “… to the variable facility of UEFI boot firmware.” 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’.