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
commit f0cbc8c45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pygments
prompt_toolkit
prompt-toolkit
colorama
frida-python
];