quark-engine: refactor

This commit is contained in:
Fabian Affolter 2024-02-09 08:28:42 +01:00 committed by GitHub
parent d2f7dcc644
commit f934290b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "24.2.1";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
@ -16,6 +16,10 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "sha256-77yfysmFEneVOiejoCooi1buqEM/Ljv5xqjKv17DFWE=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
androguard
click