zircolite: enable darwin build

This commit is contained in:
Fabian Affolter 2024-01-15 13:16:56 +01:00
parent a382cd09c2
commit 0164ab8387

View File

@ -16,6 +16,8 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-De1FLeYZY9eiBW18AVAMtYysC0b8AzO5HtFKxyzK9GY=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
makeWrapper
];