Merge pull request #236828 from K900/fix-frida-tools-eval

frida-tools: fix eval
This commit is contained in:
K900
2023-06-09 14:43:29 +03:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pygments
prompt_toolkit
prompt-toolkit
colorama
frida-python
];