git-annex-utils: drop (#408375)

This commit is contained in:
Atemu
2025-05-18 16:06:10 +02:00
committed by GitHub
2 changed files with 1 additions and 41 deletions
@@ -1,41 +0,0 @@
{
lib,
stdenv,
fetchgit,
autoconf,
automake,
libtool,
gmp,
}:
stdenv.mkDerivation {
pname = "git-annex-utils";
version = "0.04-3-g531bb33";
src = fetchgit {
url = "http://git.mysteryvortex.com/repositories/git-annex-utils.git";
rev = "531bb33";
sha256 = "1sv7s2ykc840cjwbfn7ayy743643x9i1lvk4cd55w9l052xvzj65";
};
nativeBuildInputs = [
autoconf
automake
];
buildInputs = [
libtool
gmp
];
preConfigure = "./autogen.sh";
meta = {
description = "gadu, a du like utility for annexed files";
longDescription = ''
This is a set of utilities that are handy to use with git-annex repositories.
Currently there is only one utility gadu, a du like utility for annexed files.
'';
homepage = "https://git-annex.mysteryvortex.com/git-annex-utils.html";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ woffs ];
mainProgram = "gadu";
platforms = lib.platforms.all;
};
}
+1
View File
@@ -727,6 +727,7 @@ mapAliases {
gfortran8 = throw "gfortran8 has been removed from Nixpkgs, as it is unmaintained and obsolete"; # Added 2024-11-20
gg = go-graft; # Added 2025-03-07
ghostwriter = makePlasma5Throw "ghostwriter"; # Added 2023-03-18
git-annex-utils = throw "'git-annex-utiks' has been removed as it is unmaintained"; # Added 2025-05-18
git-codeowners = throw "'git-codeowners' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
gmni = throw "gmni has been removed as it is no longer maintained upstream"; # Added 2025-05-02
gmp5 = throw "'gmp5' has been removed as it is unmaintained. Consider using 'gmp' instead"; # Added 2024-10-28