Commit 786362a7 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.gradio: fix darwin tests by allowing local networking

parent 654f69d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -202,6 +202,8 @@ buildPythonPackage rec {
    #"-W" "ignore" # uncomment for debugging help
  ];

  __darwinAllowLocalNetworking = true;

  # check the binary works outside the build env
  doInstallCheck = true;
  postInstallCheck = ''