mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.smpclient: set __darwinAllowLocalNetworking to true
(cherry picked from commit d3675a90ee)
This commit is contained in:
parent
9c92db6010
commit
7d1948826a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
env.HATCH_BUILD_HOOK_VCS_VERSION = version;
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
build-system = [
|
||||
hatchling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue