element-web: use explicit default values, remove override in all-packages.nix (#484588)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
stdenv,
|
||||
jq,
|
||||
element-web-unwrapped,
|
||||
conf ? { },
|
||||
config,
|
||||
conf ? config.element-web.conf or { },
|
||||
}:
|
||||
|
||||
if (conf == { }) then
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user