core/pkgs/by-name/pc/pcsclite/packages.nix

10 lines
128 B
Nix
Raw Permalink Normal View History

2024-05-14 05:42:59 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
pcsclite = callPackage ./. {
inherit (darwin.apple_sdk.frameworks) IOKit;
};
}