about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/element
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-06-27 17:07:51 +0300
committerGitHub <noreply@github.com>2022-06-27 17:07:51 +0300
commit819e4d63fc7f337a822a049fd055cd7615a5e0d6 (patch)
treef867a54dd9c2143c6713f85e963d3463c2f651a6 /pkgs/applications/networking/instant-messengers/element
parent8b404a16175b3f7119803e5bd0fdad0819990788 (diff)
parent89665c944a85b6c3e3b5a56b01c5f62f47b8c3fb (diff)
Merge pull request #177648 from linsui/element
element-web: fix jitsi
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/element')
-rw-r--r--pkgs/applications/networking/instant-messengers/element/element-web.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/element/element-web.nix b/pkgs/applications/networking/instant-messengers/element/element-web.nix
index 7cdfcabdce58b..0049ccd6a33d1 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-web.nix
+++ b/pkgs/applications/networking/instant-messengers/element/element-web.nix
@@ -8,6 +8,7 @@
 , yarn
 , fixup_yarn_lock
 , nodejs
+, jitsi-meet
 , conf ? { }
 }:
 
@@ -65,6 +66,7 @@ mkYarnPackage rec {
     runHook preInstall
 
     cp -R webapp $out
+    cp ${jitsi-meet}/libs/external_api.min.js $out/jitsi_external_api.min.js
     echo "${version}" > "$out/version"
     jq -s '.[0] * .[1]' "config.sample.json" "${configOverrides}" > "$out/config.json"