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

10 lines
132 B
Nix
Raw Permalink Normal View History

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