summary refs log tree commit diff
path: root/pkgs/applications/video/frigate/web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/frigate/web.nix')
-rw-r--r--pkgs/applications/video/frigate/web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/frigate/web.nix b/pkgs/applications/video/frigate/web.nix
index 08b9cef19ee..01a3e70b436 100644
--- a/pkgs/applications/video/frigate/web.nix
+++ b/pkgs/applications/video/frigate/web.nix
@@ -7,7 +7,7 @@ buildNpmPackage {
   pname = "frigate-web";
   inherit version src;
 
-  sourceRoot = "source/web";
+  sourceRoot = "${src.name}/web";
 
   postPatch = ''
     substituteInPlace package.json \