aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-12-03 09:44:32 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-12-03 10:22:38 -0800
commit9ae490f32a52736801f277751deee3c28a78a462 (patch)
tree1298a59dda32fbee0a8d196557c7665cfdf786a4
parent1aeec1f039ecfb360c0ee931af15458452dd3871 (diff)
python39Packages.uvloop: mark broken
see: https://github.com/MagicStack/uvloop/issues/365
-rw-r--r--pkgs/development/python-modules/uvloop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/uvloop/default.nix b/pkgs/development/python-modules/uvloop/default.nix
index b06f41ce5a31..a37e6a3675ba 100644
--- a/pkgs/development/python-modules/uvloop/default.nix
+++ b/pkgs/development/python-modules/uvloop/default.nix
@@ -72,5 +72,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MagicStack/uvloop";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
+ broken = pythonAtLeast "3.9"; # see: https://github.com/MagicStack/uvloop/issues/365
};
}