mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Merge b59f65f94e
into 127c353b39
This commit is contained in:
commit
df13bc20fa
1 changed files with 26 additions and 0 deletions
26
shell.nix
Normal file
26
shell.nix
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
with import <nixpkgs> { };
|
||||||
|
|
||||||
|
mkShell {
|
||||||
|
|
||||||
|
name = "mtkclient";
|
||||||
|
|
||||||
|
buildInputs = with python3Packages; [
|
||||||
|
capstone
|
||||||
|
colorama
|
||||||
|
flake8
|
||||||
|
fusepy
|
||||||
|
keystone
|
||||||
|
keystone-engine
|
||||||
|
mock
|
||||||
|
pycryptodome
|
||||||
|
pycryptodomex
|
||||||
|
pyserial
|
||||||
|
pyside6
|
||||||
|
pyusb
|
||||||
|
setuptools
|
||||||
|
shiboken6
|
||||||
|
unicorn
|
||||||
|
wheel
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue