pcsclite: add meta.{changelog,mainProgram}
This commit is contained in:
parent
c22069226b
commit
56603eb6ae
1 changed files with 2 additions and 0 deletions
|
@ -77,7 +77,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
description = "Middleware to access a smart card using SCard API (PC/SC)";
|
||||
homepage = "https://pcsclite.apdu.fr/";
|
||||
changelog = "https://salsa.debian.org/rousseau/PCSC/-/blob/${finalAttrs.version}/ChangeLog";
|
||||
license = licenses.bsd3;
|
||||
mainProgram = "pcscd";
|
||||
maintainers = [ maintainers.anthonyroussel ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue