core/pkgs/by-name/li/libusb1/packages.nix

11 lines
166 B
Nix
Raw Normal View History

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