Skip to content

Commit

Permalink
Merge pull request #95807 from JohnTitor/remove-cargo-tree
Browse files Browse the repository at this point in the history
cargo-tree: remove
  • Loading branch information
Mic92 authored Aug 20, 2020
2 parents a3d53c5 + a19d632 commit 6c0a602
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions pkgs/tools/package-management/cargo-tree/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 @@ -67,6 +67,7 @@ mapAliases ({
buildGo112Module = throw "buildGo112Module has been removed"; # added 2020-04-26
bundler_HEAD = bundler; # added 2015-11-15
cantarell_fonts = cantarell-fonts; # added 2018-03-03
cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead."; # added 2020-08-20
casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken.";
catfish = xfce.catfish; # added 2019-12-22
cgmanager = throw "cgmanager was deprecated by lxc and therefore removed from nixpkgs."; # added 2020-06-05
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9463,7 +9463,6 @@ in
inherit (darwin.apple_sdk.frameworks) Security;
};
cargo-tarpaulin = callPackage ../development/tools/analysis/cargo-tarpaulin { };
cargo-tree = callPackage ../tools/package-management/cargo-tree { };
cargo-update = callPackage ../tools/package-management/cargo-update {
inherit (darwin.apple_sdk.frameworks) Security;
};
Expand Down

0 comments on commit 6c0a602

Please sign in to comment.