python3Packages.gradio-client: allow local networking on darwin

This commit is contained in:
Peder Bergebakken Sundt
2024-01-16 00:16:25 +01:00
parent 5588ea991b
commit ad4ad8c53b
@@ -94,6 +94,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "gradio_client" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
homepage = "https://www.gradio.app/";
description = "Lightweight library to use any Gradio app as an API";