summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-07 11:41:06 +0200
committermakefu <github@syntax-fehler.de>2017-10-07 11:41:06 +0200
commit4d196ceaeac2f33487c9aa442994ded3305b7b75 (patch)
tree0b51330838a16f061217a2a12aeb4754243faf48 /makefu
parentff4ed7790249fdd3d9878292ea27a37a1df019f9 (diff)
ma pkgs.drozer: fix build
Diffstat (limited to 'makefu')
-rw-r--r--makefu/5pkgs/drozer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/drozer/default.nix b/makefu/5pkgs/drozer/default.nix
index 885777be..3df67d07 100644
--- a/makefu/5pkgs/drozer/default.nix
+++ b/makefu/5pkgs/drozer/default.nix
@@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
version = "2.4.3";
buildInputs = [ jdk7 ];
propagatedBuildInputs = with pythonPackages; [
- protobuf3_2
+ protobuf
pyopenssl
pyyaml
] ++ [