Skip to content

Commit

Permalink
rustracer: remove (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrmurphy committed Nov 28, 2022
1 parent dd085c6 commit c4f0b1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
50 changes: 0 additions & 50 deletions pkgs/development/tools/rust/racer/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ mapAliases ({
runCommandNoCCLocal = runCommandLocal;
runwayml = throw "runwayml is now a webapp"; # Added 2021-04-17
rustracerd = throw "rustracerd has been removed because it is broken and unmaintained"; # Added 2021-10-19
rustracer = throw "rustracer has been removed as it has been deprecated"; # Added 2022-11-28
rxvt_unicode = rxvt-unicode-unwrapped; # Added 2020-02-02
rxvt_unicode-with-plugins = rxvt-unicode; # Added 2020-02-02

Expand Down
3 changes: 0 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15252,9 +15252,6 @@ with pkgs;
rhack = callPackage ../development/tools/rust/rhack { };
roogle = callPackage ../development/tools/rust/roogle { };
rustfmt = rustPackages.rustfmt;
rustracer = callPackage ../development/tools/rust/racer {
inherit (darwin.apple_sdk.frameworks) Security;
};
rust-analyzer-unwrapped = callPackage ../development/tools/rust/rust-analyzer {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
Expand Down

0 comments on commit c4f0b1d

Please sign in to comment.