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
nmap
msf
## broken due to protobuf
# drozer
drozer
dex2jar
apktool
jd-gui

View File

@ -5,9 +5,10 @@ pythonPackages.buildPythonApplication rec {
version = "2.4.3";
buildInputs = [ jdk7 ];
propagatedBuildInputs = with pythonPackages; [
protobuf
protobuf3_2
pyopenssl
pyyaml
] ++ [
jre7
twisted
];