pcsclite: add meta.{changelog,mainProgram}

This commit is contained in:
Anthony Roussel 2023-12-06 18:45:02 +01:00
parent c22069226b
commit 56603eb6ae
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -77,7 +77,9 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "Middleware to access a smart card using SCard API (PC/SC)"; description = "Middleware to access a smart card using SCard API (PC/SC)";
homepage = "https://pcsclite.apdu.fr/"; homepage = "https://pcsclite.apdu.fr/";
changelog = "https://salsa.debian.org/rousseau/PCSC/-/blob/${finalAttrs.version}/ChangeLog";
license = licenses.bsd3; license = licenses.bsd3;
mainProgram = "pcscd";
maintainers = [ maintainers.anthonyroussel ]; maintainers = [ maintainers.anthonyroussel ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };