python311Packages.aioswitcher: enable darwin build

This commit is contained in:
Fabian Affolter 2024-01-19 09:55:26 +01:00
parent c45beedcf1
commit 7574ea5310

View File

@ -26,6 +26,8 @@ buildPythonPackage rec {
hash = "sha256-UpwIzwOl1yKqK8KxFDXAWoZFkQ+1r1sUcDfx6AxRdNw=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
poetry-core
];