From f01989af57f8eba207c20b26e765fcb0333bc227 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 19 Jan 2021 17:40:35 +0000 Subject: [PATCH] python3Packages.aioh2: mark broken (#109409) --- pkgs/development/python-modules/aioh2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/aioh2/default.nix b/pkgs/development/python-modules/aioh2/default.nix index 6af4c4230b0..1ae997c60e8 100644 --- a/pkgs/development/python-modules/aioh2/default.nix +++ b/pkgs/development/python-modules/aioh2/default.nix @@ -19,5 +19,6 @@ buildPythonPackage rec { description = "HTTP/2 implementation with hyper-h2 on Python 3 asyncio"; license = licenses.bsd3; maintainers = [ maintainers.qyliss ]; + broken = true; # requires h2<4 }; }