ma drozer: re-enable with protbuf3_2

This commit is contained in:
makefu 2017-09-05 00:01:10 +02:00 committed by lassulus
parent 0703c8a41d
commit 5964b74a65
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,7 @@
mitmproxy mitmproxy
nmap nmap
msf msf
## broken due to protobuf drozer
# drozer
dex2jar dex2jar
apktool apktool
jd-gui jd-gui

View File

@ -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
]; ];