core/pkgs/by-name/li/libgit2/packages.nix
2024-05-13 11:34:52 -04:00

10 lines
130 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
libgit2 = callPackage ./. {
inherit (darwin.apple_sdk.frameworks) Security;
};
}