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

8 lines
128 B
Nix

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