python311Packages.radios: fix darwin sandbox build

This commit is contained in:
natsukium
2023-11-25 18:26:51 +09:00
parent 5b30a71a13
commit 6b6e39e08d
@@ -62,6 +62,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "radios" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Asynchronous Python client for the Radio Browser API";
homepage = "https://github.com/frenck/python-radios";