python3Packages.websockify: allow local networking on darwin
This commit is contained in:
@@ -38,6 +38,8 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# this test failed on macos
|
||||
# https://github.com/novnc/websockify/issues/552
|
||||
|
||||
Reference in New Issue
Block a user