From dcf4dc23c703cf86678f212668dba7733d500f02 Mon Sep 17 00:00:00 2001 From: Alex Wied Date: Thu, 18 Aug 2022 17:35:28 -0400 Subject: [PATCH] pythonPackages.twisted: fix sandboxed build on Darwin --- pkgs/development/python-modules/twisted/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index 7779f0531370..6689a2ce80d3 100644 --- a/pkgs/development/python-modules/twisted/default.nix +++ b/pkgs/development/python-modules/twisted/default.nix @@ -56,6 +56,8 @@ buildPythonPackage rec { sha256 = "sha256-oEeZD1ffrh4L0rffJSbU8W3NyEN3TcEIt4xS8qXxNoA="; }; + __darwinAllowLocalNetworking = true; + propagatedBuildInputs = [ attrs automat