Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Belgian electronic identity card (eID) middleware";
|
||||
homepage = http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/;
|
||||
license = with licenses; lgpl3;
|
||||
license = licenses.lgpl3;
|
||||
longDescription = ''
|
||||
Allows user authentication and digital signatures with Belgian ID cards.
|
||||
Also requires a running pcscd service and compatible card reader.
|
||||
|
||||
Reference in New Issue
Block a user