element-web: use explicit default values, remove override in all-packages.nix

This commit is contained in:
Aliaksandr
2026-01-27 19:45:23 -05:00
committed by Michael Daniels
parent 763b61d17b
commit 61fb3c6163
2 changed files with 2 additions and 5 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
stdenv,
jq,
element-web-unwrapped,
conf ? { },
config,
conf ? config.element-web.conf or { },
}:
if (conf == { }) then
-4
View File
@@ -1796,10 +1796,6 @@ with pkgs;
easyocr = with python3.pkgs; toPythonApplication easyocr;
element-web = callPackage ../by-name/el/element-web/package.nix {
conf = config.element-web.conf or { };
};
espanso-wayland = espanso.override {
x11Support = false;
waylandSupport = !stdenv.hostPlatform.isDarwin;