Merge pull request #236828 from K900/fix-frida-tools-eval
frida-tools: fix eval
This commit is contained in:
commit
f0cbc8c45a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
pygments
|
pygments
|
||||||
prompt_toolkit
|
prompt-toolkit
|
||||||
colorama
|
colorama
|
||||||
frida-python
|
frida-python
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue