python312Packages.apkinspector: refactor

This commit is contained in:
Fabian Affolter 2024-04-20 10:49:44 +02:00
parent a362c7fb1e
commit 67da5a7e38
1 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-EztaCoUVbV9pIoba4X4liqPRZiZB6F65PB9cdb/eA+A=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
@ -32,9 +32,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module designed to provide detailed insights into the zip structure of APK files";
mainProgram = "apkInspector";
homepage = "https://github.com/erev0s/apkInspector";
changelog = "https://github.com/erev0s/apkInspector/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "apkInspector";
};
}