mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
3457141a2c
commit
1010211a1c
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user