mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
rustfilt: remove
2 years since the last upstream commit. Current lockfile is too old for fetchCargoVendor, although the latest upstream commit would be.
This commit is contained in:
parent
1af4a23658
commit
919ece9608
2 changed files with 1 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rustfilt";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "luser";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-zb1tkeWmeMq7aM8hWssS/UpvGzGbfsaVYCOKBnAKwiQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-rs2EWcvTxLVeJ0t+jLM75s+K72t+hqKzwy3oAdCZ8BE=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Demangle Rust symbol names using rustc-demangle";
|
||||
homepage = "https://github.com/luser/rustfilt";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ wykurz ];
|
||||
mainProgram = "rustfilt";
|
||||
};
|
||||
}
|
|
@ -1214,6 +1214,7 @@ mapAliases {
|
|||
runCommandNoCC = runCommand;
|
||||
runCommandNoCCLocal = runCommandLocal;
|
||||
rustc-wasm32 = rustc; # Added 2023-12-01
|
||||
rustfilt = throw "'rustfilt' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
|
||||
rustic-rs = rustic; # Added 2024-08-02
|
||||
rxvt_unicode = throw "'rxvt_unicode' has been renamed to/replaced by 'rxvt-unicode-unwrapped'"; # Converted to throw 2024-10-17
|
||||
rxvt_unicode-with-plugins = throw "'rxvt_unicode-with-plugins' has been renamed to/replaced by 'rxvt-unicode'"; # Converted to throw 2024-10-17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue