From b6036a7067185ac78237b0c11a149428237dd423 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Sun, 18 May 2025 14:48:27 +0200 Subject: [PATCH] git-annex-utils: drop Upstream repositority deleted, unmaintained --- pkgs/by-name/gi/git-annex-utils/package.nix | 41 --------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 pkgs/by-name/gi/git-annex-utils/package.nix diff --git a/pkgs/by-name/gi/git-annex-utils/package.nix b/pkgs/by-name/gi/git-annex-utils/package.nix deleted file mode 100644 index a43e778d2b24..000000000000 --- a/pkgs/by-name/gi/git-annex-utils/package.nix +++ /dev/null @@ -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; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 80aaf47901f0..9ddc0369f2aa 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -725,6 +725,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