From 89665c944a85b6c3e3b5a56b01c5f62f47b8c3fb Mon Sep 17 00:00:00 2001 From: linsui Date: Thu, 16 Jun 2022 00:17:57 +0800 Subject: element-web: fix jitsi --- pkgs/applications/networking/instant-messengers/element/element-web.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/networking/instant-messengers/element') 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" -- cgit 1.4.1