From 2f9867b09469d550b410fcffc3694157172024bb Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Sat, 17 May 2025 16:17:34 +0200 Subject: [PATCH] axmldec: drop Unmaintained for 8 years and broken --- pkgs/by-name/ax/axmldec/package.nix | 46 ----------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 pkgs/by-name/ax/axmldec/package.nix diff --git a/pkgs/by-name/ax/axmldec/package.nix b/pkgs/by-name/ax/axmldec/package.nix deleted file mode 100644 index 7d8fba5a6d0d..000000000000 --- a/pkgs/by-name/ax/axmldec/package.nix +++ /dev/null @@ -1,46 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - cmake, - doxygen, - boost, - zlib, -}: - -stdenv.mkDerivation rec { - pname = "axmldec"; - version = "1.2.0"; - - src = fetchFromGitHub { - owner = "ytsutano"; - repo = "axmldec"; - rev = "v${version}"; - fetchSubmodules = true; - hash = "sha256-LFDZZbRDa8mQmglgS4DA/OqXp0HJZ2uqg1hbStdgvUw="; - }; - - nativeBuildInputs = [ - cmake - doxygen - ]; - buildInputs = [ - boost - zlib - ]; - - meta = with lib; { - description = "Stand-alone binary AndroidManifest.xml decoder"; - longDescription = '' - This tool accepts either a binary or a text XML file and prints the - decoded XML to the standard output or a file. It also allows you to - extract the decoded AndroidManifest.xml directly from an APK file. - ''; - homepage = "https://github.com/ytsutano/axmldec"; - changelog = "https://github.com/ytsutano/axmldec/releases/tag/${src.rev}"; - license = licenses.isc; - mainProgram = "axmldec"; - maintainers = with maintainers; [ franciscod ]; - platforms = platforms.unix ++ platforms.windows; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 3a439c5a67c6..06b7a579b040 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -317,6 +317,7 @@ mapAliases { autoadb = throw "'autoadb' has been removed due to lack of maintenance upstream"; # Added 2025-01-25 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17 avrlibcCross = avrlibc; # Added 2024-09-06 + axmldec = throw "'axmldec' has been removed as it was broken and unmaintained for 8 years"; # Added 2025-05-17 awesome-4-0 = awesome; # Added 2022-05-05 aws-env = throw "aws-env has been removed as the upstream project was unmaintained"; # Added 2024-06-11 aws-google-auth = throw "aws-google-auth has been removed as the upstream project was unmaintained"; # Added 2024-07-31