Unverified Commit 6b6e39e0 authored by natsukium's avatar natsukium
Browse files

python311Packages.radios: fix darwin sandbox build

parent 5b30a71a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";