Unverified Commit dc6d23fe authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #303731 from mweinelt/frigate-onvif-wsdl-dir

frigate: fix path to onvif wsdl files
parents 2fc80745 e62c51a0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -65,6 +65,12 @@ python.pkgs.buildPythonApplication rec {
      url = "https://github.com/blakeblackshear/frigate/commit/56bdacc1c661eff8a323e033520e75e2ba0a3842.patch";
      hash = "sha256-s/goUJxIbjq/woCEOEZECdcZoJDoWc1eM63sd60cxeY=";
    })
    (fetchpatch2 {
      # https://github.com/blakeblackshear/frigate/pull/10967
      name = "frigate-wsdl-path.patch";
      url = "https://github.com/blakeblackshear/frigate/commit/b65656fa8733c1c2f3d944f716d2e9493ae7c99f.patch";
      hash = "sha256-taPWFV4PldBGUKAwFMKag4W/3TLMSGdKLYG8bj1Y5mU=";
    })
  ];

  postPatch = ''