From ff5f134a860d5fff82d2927bedea516482bd977e Mon Sep 17 00:00:00 2001 From: Harinn Date: Tue, 16 Jun 2026 21:23:46 +0700 Subject: [PATCH] python3Packages.websockify: allow local networking on darwin --- pkgs/development/python-modules/websockify/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/websockify/default.nix b/pkgs/development/python-modules/websockify/default.nix index e0f4026c48ee..b7f348fd9cf3 100644 --- a/pkgs/development/python-modules/websockify/default.nix +++ b/pkgs/development/python-modules/websockify/default.nix @@ -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