core/pkgs/by-name/ng/nghttp3/packages.nix
2024-06-30 09:16:52 +01:00

7 lines
128 B
Nix

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