0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

fornalder: remove

3 years since the last upstream commit.
This commit is contained in:
Alyssa Ross 2025-01-25 11:40:46 +01:00
parent 2bd0a0f92f
commit 8eb32e4f73
No known key found for this signature in database
GPG key ID: 5B459184230FF0A2
2 changed files with 1 additions and 39 deletions

View file

@ -1,39 +0,0 @@
{
lib,
rustPlatform,
fetchFromGitHub,
makeWrapper,
gnuplot,
}:
rustPlatform.buildRustPackage rec {
pname = "fornalder";
version = "unstable-2022-12-25";
src = fetchFromGitHub {
owner = "hpjansson";
repo = pname;
rev = "3248128fe320d88183d17a65e936092e07d6529b";
sha256 = "sha256-IPSxVWJs4EhyBdA1NXpD8v3fusewt1ELpn/kbZt7c5Q=";
};
cargoHash = "sha256-eK+oQbOQj8pKiOTXzIgRjzVB7Js8MMa9V6cF9D98Ftc=";
nativeBuildInputs = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/fornalder \
--suffix PATH : ${lib.makeBinPath [ gnuplot ]}
'';
meta = with lib; {
description = "Visualize long-term trends in collections of Git repositories";
homepage = "https://github.com/hpjansson/fornalder";
license = licenses.gpl3Only;
maintainers = with maintainers; [
astro
figsoda
];
mainProgram = "fornalder";
};
}

View file

@ -409,6 +409,7 @@ mapAliases {
fmt_8 = throw "fmt_8 has been removed as it is obsolete and was no longer used in the tree"; # Added 2024-11-12
foldingathome = throw "'foldingathome' has been renamed to/replaced by 'fahclient'"; # Converted to throw 2024-10-17
forgejo-actions-runner = forgejo-runner; # Added 2024-04-04
fornalder = throw "'fornalder' has been removed as it is unmaintained upstream"; # Added 2025-01-25
foundationdb71 = throw "foundationdb71 has been removed; please upgrade to foundationdb73"; # Added 2024-12-28
fractal-next = fractal; # added 2023-11-25