rargs: remove

5 years since the last upstream commit.  Lockfile is too old for
fetchCargoVendor.
This commit is contained in:
Alyssa Ross
2025-01-25 12:09:43 +01:00
parent 2bd0a0f92f
commit bd79174ba2
2 changed files with 1 additions and 29 deletions
-29
View File
@@ -1,29 +0,0 @@
{
lib,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
pname = "rargs";
version = "0.3.0";
src = fetchFromGitHub {
owner = "lotabout";
repo = pname;
rev = "v${version}";
sha256 = "188gj05rbivci1z4z29vwdwxlj2w01v5i4avwrxjnj1dd6mmlbxd";
};
cargoHash = "sha256-cPfuABjn62Wuxtk8nQlGcLpiPe7/kqNr4IZ7+W8jzaM=";
doCheck = false; # `rargs`'s test depends on the deprecated `assert_cli` crate, which in turn is not in Nixpkgs
meta = with lib; {
description = "xargs + awk with pattern matching support";
homepage = "https://github.com/lolabout/rargs";
license = with licenses; [ mit ];
maintainers = with maintainers; [ pblkt ];
mainProgram = "rargs";
};
}
+1
View File
@@ -1179,6 +1179,7 @@ mapAliases {
railway-travel = diebahn; # Added 2024-04-01
rambox-pro = rambox; # Added 2022-12-12
rapidjson-unstable = lib.warnOnInstantiate "'rapidjson-unstable' has been renamed to 'rapidjson'" rapidjson; # Added 2024-07-28
rargs = throw "'rargs' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
redocly-cli = redocly; # Added 2024-04-14
redpanda = redpanda-client; # Added 2023-10-14
redpanda-server = throw "'redpanda-server' has been removed because it was broken for a long time"; # Added 2024-06-10