From b391669506f3d7fbb2c4bf859e85fc986ff956b0 Mon Sep 17 00:00:00 2001 From: Nicholas Sielicki Date: Sat, 18 Feb 2023 19:13:56 +0000 Subject: [PATCH] pythonPackages.asyncssh: unbroken on darwin Marked as broken via bulk commit: 65db3b1 Found to build, pass tests, and function properly on darwin-x86_64. Signed-off-by: Nicholas Sielicki --- pkgs/development/python-modules/asyncssh/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix index 4165db53b128..a597c1bdf2c7 100644 --- a/pkgs/development/python-modules/asyncssh/default.nix +++ b/pkgs/development/python-modules/asyncssh/default.nix @@ -78,7 +78,6 @@ buildPythonPackage rec { ]; meta = with lib; { - broken = stdenv.isDarwin; description = "Asynchronous SSHv2 Python client and server library"; homepage = "https://asyncssh.readthedocs.io/"; changelog = "https://github.com/ronf/asyncssh/blob/v${version}/docs/changes.rst";