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 <git@opensource.nslick.com>
This commit is contained in:
parent
6c611e8ff0
commit
b391669506
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user