mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
frigate: patch path to birdseye graphic
(cherry picked from commit 591ebd39fb
)
This commit is contained in:
parent
8f1c9f2047
commit
4324f31113
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user