From 63357e1454343a5a3ae0ef8bf11693050787ad47 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Tue, 16 Jun 2026 12:05:44 -0700 Subject: [PATCH] python3Packages.aioopenssl: remove __darwinAllowLocalNetworking + typo Not needed for build to work on aarch64-darwin. Signed-off-by: Ethan Carter Edwards --- pkgs/development/python-modules/aioopenssl/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/aioopenssl/default.nix b/pkgs/development/python-modules/aioopenssl/default.nix index cb6336de2438..2079742d0e93 100644 --- a/pkgs/development/python-modules/aioopenssl/default.nix +++ b/pkgs/development/python-modules/aioopenssl/default.nix @@ -66,8 +66,6 @@ buildPythonPackage rec { "test_starttls" ]; - __darwinAlowLocalNetworking = true; - meta = { description = "TLS-capable transport using OpenSSL for asyncio"; homepage = "https://github.com/horazont/aioopenssl";