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

This commit is contained in:
Gergő Gutyina
2026-01-28 20:45:46 +00:00
committed by GitHub
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
@@ -1792,10 +1792,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;