antares: remove redundant Electron override

As far as I'm concerned all (currently) available Electron versions are supported, so we can remove the override. Should an issue arise, the override can be added back.

(cherry picked from commit eef5536acb)
This commit is contained in:
NotAShelf 2024-10-23 06:41:34 +03:00 committed by teutat3s
parent 3457141a2c
commit 1010211a1c
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -17914,10 +17914,6 @@ with pkgs;
ansible-lint = callPackage ../tools/admin/ansible/lint.nix { };
antares = callPackage ../by-name/an/antares/package.nix {
electron = electron_30;
};
antlr2 = callPackage ../development/tools/parsing/antlr/2.7.7.nix { };
antlr3_4 = callPackage ../development/tools/parsing/antlr/3.4.nix { };
antlr3_5 = callPackage ../development/tools/parsing/antlr/3.5.nix { };