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 5621e297b565..e382458103be 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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