frigate.web: add missing meta
Seems reasonable to just use that from the parent package.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
buildNpmPackage,
|
||||
frigate,
|
||||
src,
|
||||
version,
|
||||
}:
|
||||
@@ -33,4 +34,6 @@ buildNpmPackage {
|
||||
installPhase = ''
|
||||
cp -rv dist/ $out
|
||||
'';
|
||||
|
||||
inherit (frigate) meta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user