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

9 lines
104 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
nghttp2 = callPackage ./. { };
libnghttp2 = nghttp2.lib;
}