frida-tools: fix eval

This commit is contained in:
K900
2023-06-09 14:42:58 +03:00
parent e8cadb2394
commit 652c716922
+1 -1
View File
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pygments
prompt_toolkit
prompt-toolkit
colorama
frida-python
];