Unverified Commit 86552a81 authored by natsukium's avatar natsukium
Browse files

python3Packages.go2rtc-client: allow local networking on darwin

parent f9090e05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "go2rtc_client" ];

  __darwinAllowLocalNetworking = true;

  meta = {
    description = "Module for interacting with go2rtc";
    homepage = "https://github.com/home-assistant-libs/python-go2rtc-client";