about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/element/element-web.nix
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2022-08-11 19:36:02 +0200
committerYureka <yuka@yuka.dev>2022-08-18 13:57:37 +0200
commit417254598fdc7bd5e037c0e95119fdfb6dccae09 (patch)
tree7599a044567817a011551f27b6fc19d470c07738 /pkgs/applications/networking/instant-messengers/element/element-web.nix
parentb18abe34031486381206e71b27209480d23de131 (diff)
element-{web,desktop}: 1.11.0 -> 1.11.3
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/element/element-web.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/element/element-web.nix1
1 files changed, 1 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 7ba82ca28f601..5dabe0436c80e 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-web.nix
+++ b/pkgs/applications/networking/instant-messengers/element/element-web.nix
@@ -63,6 +63,7 @@ in stdenv.mkDerivation rec {
 
     export VERSION=${version}
     yarn build:res --offline
+    yarn build:module_system --offline
     yarn build:bundle --offline
 
     runHook postBuild