mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
Merge pull request #281234 from pbsds/fix-gradio-client-1705360351
python3Packages.gradio-client: allow local networking on darwin
This commit is contained in:
commit
c471ba3167
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user