ma drozer: re-enable with protbuf3_2
This commit is contained in:
parent
0703c8a41d
commit
5964b74a65
@ -5,8 +5,7 @@
|
|||||||
mitmproxy
|
mitmproxy
|
||||||
nmap
|
nmap
|
||||||
msf
|
msf
|
||||||
## broken due to protobuf
|
drozer
|
||||||
# drozer
|
|
||||||
dex2jar
|
dex2jar
|
||||||
apktool
|
apktool
|
||||||
jd-gui
|
jd-gui
|
||||||
|
@ -5,9 +5,10 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
version = "2.4.3";
|
version = "2.4.3";
|
||||||
buildInputs = [ jdk7 ];
|
buildInputs = [ jdk7 ];
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
protobuf
|
protobuf3_2
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pyyaml
|
pyyaml
|
||||||
|
] ++ [
|
||||||
jre7
|
jre7
|
||||||
twisted
|
twisted
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user