···1-{
2- lib,
3- stdenv,
4- fetchFromGitHub,
5- cmake,
6- doxygen,
7- boost,
8- zlib,
9-}:
10-11-stdenv.mkDerivation rec {
12- pname = "axmldec";
13- version = "1.2.0";
14-15- src = fetchFromGitHub {
16- owner = "ytsutano";
17- repo = "axmldec";
18- rev = "v${version}";
19- fetchSubmodules = true;
20- hash = "sha256-LFDZZbRDa8mQmglgS4DA/OqXp0HJZ2uqg1hbStdgvUw=";
21- };
22-23- nativeBuildInputs = [
24- cmake
25- doxygen
26- ];
27- buildInputs = [
28- boost
29- zlib
30- ];
31-32- meta = with lib; {
33- description = "Stand-alone binary AndroidManifest.xml decoder";
34- longDescription = ''
35- This tool accepts either a binary or a text XML file and prints the
36- decoded XML to the standard output or a file. It also allows you to
37- extract the decoded AndroidManifest.xml directly from an APK file.
38- '';
39- homepage = "https://github.com/ytsutano/axmldec";
40- changelog = "https://github.com/ytsutano/axmldec/releases/tag/${src.rev}";
41- license = licenses.isc;
42- mainProgram = "axmldec";
43- maintainers = with maintainers; [ franciscod ];
44- platforms = platforms.unix ++ platforms.windows;
45- };
46-}
···0000000000000000000000000000000000000000000000
+1
pkgs/top-level/aliases.nix
···319 autoadb = throw "'autoadb' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
320 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17
321 avrlibcCross = avrlibc; # Added 2024-09-06
0322 awesome-4-0 = awesome; # Added 2022-05-05
323 aws-env = throw "aws-env has been removed as the upstream project was unmaintained"; # Added 2024-06-11
324 aws-google-auth = throw "aws-google-auth has been removed as the upstream project was unmaintained"; # Added 2024-07-31
···319 autoadb = throw "'autoadb' has been removed due to lack of maintenance upstream"; # Added 2025-01-25
320 avldrums-lv2 = throw "'avldrums-lv2' has been renamed to/replaced by 'x42-avldrums'"; # Converted to throw 2024-10-17
321 avrlibcCross = avrlibc; # Added 2024-09-06
322+ axmldec = throw "'axmldec' has been removed as it was broken and unmaintained for 8 years"; # Added 2025-05-17
323 awesome-4-0 = awesome; # Added 2022-05-05
324 aws-env = throw "aws-env has been removed as the upstream project was unmaintained"; # Added 2024-06-11
325 aws-google-auth = throw "aws-google-auth has been removed as the upstream project was unmaintained"; # Added 2024-07-31