cargo-graph: remove

This commit is contained in:
Aaron Jheng 2024-03-16 23:14:31 +08:00
parent f242fc768b
commit 07f534a66c
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
3 changed files with 1 additions and 23 deletions

View file

@ -1,22 +0,0 @@
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "cargo-graph";
version = "0.2.0-d895af1";
src = fetchFromGitHub {
owner = "kbknapp";
repo = "cargo-graph";
# The last release (v0.2.0) is from 2015. Since then there have been some
# bug fixes committed that would be good to have.
rev = "d895af1b7840c7ae8eddaf4e990bfa594c22ba01";
sha256 = "0myg26cssmbakz53dl61lswsbaqnjqlbc30c2571pq8f7gvz2qv5";
};
cargoSha256 = "0wyvly7aq4njlxnmgpfgbh08fxgqh85kw7d938pm6qxmj27zn4p2";
meta = with lib; {
description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk matthiasbeyer ];
};
}

View file

@ -149,6 +149,7 @@ mapAliases ({
cargo-embed = throw "cargo-embed is now part of the probe-rs package"; # Added 2023-07-03
cargo-espflash = espflash;
cargo-flash = throw "cargo-flash is now part of the probe-rs package"; # Added 2023-07-03
cargo-graph = throw "cargo-graph has been removed as it is broken and archived upstream"; # Added 2024-03-16
catfish = throw "'catfish' has been renamed to/replaced by 'xfce.catfish'"; # Converted to throw 2023-09-10
cawbird = throw "cawbird has been abandoned upstream and is broken anyways due to Twitter closing its API";
ccloud-cli = throw "ccloud-cli has been removed, please use confluent-cli instead"; # Added 2023-06-09

View file

@ -16835,7 +16835,6 @@ with pkgs;
};
cargo-leptos = callPackage ../development/tools/rust/cargo-leptos { };
cargo-kcov = callPackage ../development/tools/rust/cargo-kcov { };
cargo-graph = callPackage ../development/tools/rust/cargo-graph { };
cargo-guppy = callPackage ../development/tools/rust/cargo-guppy { };
cargo-hack = callPackage ../development/tools/rust/cargo-hack { };
cargo-license = callPackage ../development/tools/rust/cargo-license { };