element-web: use openssl 1.1

This commit is contained in:
ajs124
2022-08-17 20:16:22 +02:00
parent ece71cc343
commit d1b2156d42
+1
View File
@@ -3692,6 +3692,7 @@ with pkgs;
'';
element-web = callPackage ../applications/networking/instant-messengers/element/element-web.nix {
inherit (yarn2nix-moretea-openssl_1_1) mkYarnPackage fixup_yarn_lock;
conf = config.element-web.conf or {};
};