Add http/2 support

This commit is contained in:
Silas Brack 2026-03-08 10:42:12 +01:00
parent 443af952f4
commit 811f66fe0d
3 changed files with 269 additions and 432 deletions

View file

@ -27,8 +27,7 @@
version = "0.1.0";
cargoLock.lockFile = ./Cargo.lock;
src = pkgs.lib.cleanSource ./.;
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.openssl ] ++ darwinBuildInputs;
buildInputs = darwinBuildInputs;
doCheck = false;
};
}