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

8 lines
104 B
Nix

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