···11-{
22- lib,
33- stdenv,
44- fetchFromGitHub,
55- cmake,
66- doxygen,
77- boost,
88- zlib,
99-}:
1010-1111-stdenv.mkDerivation rec {
1212- pname = "axmldec";
1313- version = "1.2.0";
1414-1515- src = fetchFromGitHub {
1616- owner = "ytsutano";
1717- repo = "axmldec";
1818- rev = "v${version}";
1919- fetchSubmodules = true;
2020- hash = "sha256-LFDZZbRDa8mQmglgS4DA/OqXp0HJZ2uqg1hbStdgvUw=";
2121- };
2222-2323- nativeBuildInputs = [
2424- cmake
2525- doxygen
2626- ];
2727- buildInputs = [
2828- boost
2929- zlib
3030- ];
3131-3232- meta = with lib; {
3333- description = "Stand-alone binary AndroidManifest.xml decoder";
3434- longDescription = ''
3535- This tool accepts either a binary or a text XML file and prints the
3636- decoded XML to the standard output or a file. It also allows you to
3737- extract the decoded AndroidManifest.xml directly from an APK file.
3838- '';
3939- homepage = "https://github.com/ytsutano/axmldec";
4040- changelog = "https://github.com/ytsutano/axmldec/releases/tag/${src.rev}";
4141- license = licenses.isc;
4242- mainProgram = "axmldec";
4343- maintainers = with maintainers; [ franciscod ];
4444- platforms = platforms.unix ++ platforms.windows;
4545- };
4646-}
+1
pkgs/top-level/aliases.nix
···319319 autoadb = throw "'autoadb' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
320320 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17
321321 avrlibcCross = avrlibc; # Added 2024-09-06
322322+ axmldec = throw "'axmldec' has been removed as it was broken and unmaintained for 8 years"; # Added 2025-05-17
322323 awesome-4-0 = awesome; # Added 2022-05-05
323324 aws-env = throw "aws-env has been removed as the upstream project was unmaintained"; # Added 2024-06-11
324325 aws-google-auth = throw "aws-google-auth has been removed as the upstream project was unmaintained"; # Added 2024-07-31