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