lol

python3Packages.aioh2: mark broken (#109409)

authored by

Alyssa Ross and committed by
GitHub
f01989af ff8f0f79

+1
+1
pkgs/development/python-modules/aioh2/default.nix
··· 19 19 description = "HTTP/2 implementation with hyper-h2 on Python 3 asyncio"; 20 20 license = licenses.bsd3; 21 21 maintainers = [ maintainers.qyliss ]; 22 + broken = true; # requires h2<4 22 23 }; 23 24 }