Skip to content

Commit

Permalink
frigate: patch path to birdseye graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Nov 22, 2024
1 parent f4530dd commit 28b036f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/fr/frigate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ python.pkgs.buildPythonApplication rec {
substituteInPlace frigate/detectors/detector_config.py \
--replace-fail "/labelmap.txt" "${placeholder "out"}/share/frigate/labelmap.txt"
substituteInPlace frigate/output/birdseye.py \
--replace-fail "/opt/frigate/" "${placeholder "out"}/${python.sitePackages}/"
# work around onvif-zeep idiosyncrasy
substituteInPlace frigate/ptz/onvif.py \
--replace-fail dist-packages site-packages
Expand Down

0 comments on commit 28b036f

Please sign in to comment.