mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
nixfmt shell.nix
This commit is contained in:
parent
6e5f0f248f
commit
d48231c99e
1 changed files with 22 additions and 22 deletions
44
shell.nix
44
shell.nix
|
@ -1,30 +1,30 @@
|
|||
with import <nixpkgs> {};
|
||||
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
|
||||
|
||||
# workaround : use qttools in place of pyside6 script
|
||||
# since they are missing https://github.com/NixOS/nixpkgs/issues/277849
|
||||
buildInputs = with python3Packages; [
|
||||
capstone
|
||||
colorama
|
||||
flake8
|
||||
fusepy
|
||||
keystone
|
||||
keystone-engine
|
||||
mock
|
||||
pycryptodome
|
||||
pycryptodomex
|
||||
pyserial
|
||||
pyside6
|
||||
pyusb
|
||||
setuptools
|
||||
shiboken6
|
||||
unicorn
|
||||
wheel
|
||||
|
||||
# workaround : use qttools in place of pyside6 script
|
||||
# since they are missing https://github.com/NixOS/nixpkgs/issues/277849
|
||||
qt5.qttools
|
||||
];
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue