summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/drozer
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs/drozer')
-rw-r--r--makefu/5pkgs/drozer/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/5pkgs/drozer/default.nix b/makefu/5pkgs/drozer/default.nix
index c63f1d0d..f91d5b98 100644
--- a/makefu/5pkgs/drozer/default.nix
+++ b/makefu/5pkgs/drozer/default.nix
@@ -5,9 +5,10 @@ pythonPackages.buildPythonApplication rec {
version = "2.4.3";
buildInputs = [ jdk7 ];
propagatedBuildInputs = with pythonPackages; [
- protobuf
+ protobuf3_2
pyopenssl
pyyaml
+ ] ++ [
jre7
twisted
];