quark-engine: fix build

This commit is contained in:
ocfox 2024-02-10 22:51:10 +08:00
parent c65ffe3f17
commit cedf770156
No known key found for this signature in database

View file

@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [
setuptools setuptools
pythonRelaxDepsHook
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec {
tqdm tqdm
]; ];
pythonRelaxDeps = [
"r2pipe"
];
# Project has no tests # Project has no tests
doCheck = false; doCheck = false;