pcsc-tools: init from pcsctools

* pname and upstream name are pcsc-tools
* attribute name is pcsctools

To fix this inconsistency, renamed the attribute name to pcsc-tools
This commit is contained in:
Anthony Roussel 2023-12-07 20:25:13 +01:00
parent ea03092e12
commit 5b07009546
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E
3 changed files with 4 additions and 2 deletions

View file

@ -697,6 +697,7 @@ mapAliases ({
paper-note = throw "paper-note has been removed: abandoned by upstream"; # Added 2023-05-03
parity = openethereum; # Added 2020-08-01
pash = throw "'pash' has been removed: abandoned by upstream. Use 'powershell' instead"; # Added 2023-09-16
pcsctools = pcsc-tools; # Added 2023-12-07
pdf2xml = throw "'pdf2xml' was removed: abandoned for years."; # Added 2023-10-22
peach = asouldocs; # Added 2022-08-28
pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23

View file

@ -11974,13 +11974,14 @@ with pkgs;
polkitSupport = true;
};
pcsctools = callPackage ../tools/security/pcsctools { };
pcsc-cyberjack = callPackage ../tools/security/pcsc-cyberjack { };
pcsc-safenet = callPackage ../tools/security/pcsc-safenet { };
pcsc-scm-scl011 = callPackage ../tools/security/pcsc-scm-scl011 { };
pcsc-tools = callPackage ../tools/security/pcsc-tools { };
ifdnfc = callPackage ../tools/security/ifdnfc { };
pdd = python3Packages.callPackage ../tools/misc/pdd { };