summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/drozer
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-05 00:01:10 +0200
committermakefu <github@syntax-fehler.de>2017-09-05 00:01:10 +0200
commitf094ccbdd08f1c3b2413678c530986f665a1440a (patch)
treea0a54fc728af09db0a677d6b8e972f22b274102c /makefu/5pkgs/drozer
parenta9d06f940196fa38145414a58860b171c4754751 (diff)
ma drozer: re-enable with protbuf3_2
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
];