16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-cHlceJBTJthVwq5SQHIjSq5YbHibgSkuJy0CHpsEMKM=";
30 url = "https://github.com/aiortc/aioquic/commit/e899593805e0b31325a1d347504eb8e6100fe87d.diff";
31 hash = "sha256-TTpIIWX/R4k2KxhsN17O9cRW/dN0AARYnju8JTht3D8=";
39 propagatedBuildInputs = [
55 pythonImportsCheck = [
59 __darwinAllowLocalNetworking = true;
62 description = "Implementation of QUIC and HTTP/3";
63 homepage = "https://github.com/aiortc/aioquic";
64 license = licenses.bsd3;
65 maintainers = with maintainers; [ onny ];