core/pkgs/by-name/hi/hidapi/packages.nix

10 lines
132 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
hidapi = callPackage ./. {
inherit (darwin.apple_sdk.frameworks) Cocoa IOKit;
};
}