feat: element-web: video messages
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
let
|
||||
pnpm = pnpm_10;
|
||||
patchDir = ./patches;
|
||||
patches = if builtins.pathExists patchDir then map (name: patchDir + "/${name}") (
|
||||
builtins.filter (name: lib.hasSuffix ".patch" name) (builtins.attrNames (builtins.readDir patchDir))
|
||||
) else [ ];
|
||||
noPhoningHome = {
|
||||
disable_guests = true;
|
||||
};
|
||||
@@ -32,6 +36,8 @@ let
|
||||
hash = "sha256-pbzuPgKJ0DmrDSTO7ZTDArX+Xr9k/ndAGZvQg2kMTMQ=";
|
||||
};
|
||||
|
||||
inherit patches;
|
||||
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
pname = "element";
|
||||
inherit (finalAttrs) version src;
|
||||
|
||||
Reference in New Issue
Block a user