Merge pull request #281234 from pbsds/fix-gradio-client-1705360351

python3Packages.gradio-client: allow local networking on darwin
This commit is contained in:
Nick Cao 2024-01-16 11:47:23 -05:00 committed by GitHub
commit c471ba3167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";