rs-git-fsmonitor: 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:22:24 +01:00
parent 2bd0a0f92f
commit ea27531fc8
2 changed files with 1 additions and 35 deletions
@@ -1,35 +0,0 @@
{
lib,
fetchFromGitHub,
rustPlatform,
makeWrapper,
watchman,
}:
rustPlatform.buildRustPackage rec {
pname = "rs-git-fsmonitor";
version = "0.1.3";
src = fetchFromGitHub {
owner = "jgavris";
repo = pname;
rev = "v${version}";
sha256 = "021vdk5i7yyrnh4apn0gnsh6ycnx15wm3g2jrfsg7fycnq8167wc";
};
cargoHash = "sha256-Vi8PUy6Qgp03SghtCneDxwE8vbt7uGClfOCayDq0pUM=";
nativeBuildInputs = [ makeWrapper ];
fixupPhase = ''
wrapProgram $out/bin/rs-git-fsmonitor --prefix PATH ":" "${lib.makeBinPath [ watchman ]}" ;
'';
meta = with lib; {
description = "Fast git core.fsmonitor hook written in Rust";
homepage = "https://github.com/jgavris/rs-git-fsmonitor";
license = licenses.mit;
maintainers = [ ];
mainProgram = "rs-git-fsmonitor";
};
}
+1
View File
@@ -1196,6 +1196,7 @@ mapAliases {
rockbox_utility = rockbox-utility; # Added 2022-03-17
rpiboot-unstable = throw "'rpiboot-unstable' has been renamed to/replaced by 'rpiboot'"; # Converted to throw 2024-10-17
rr-unstable = rr; # Added 2022-09-17
rs-git-fsmonitor = throw "'rs-git-fsmonitor' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
rtx = mise; # Added 2024-01-05
runCommandNoCC = runCommand;
runCommandNoCCLocal = runCommandLocal;