ma pkgs.drozer: fix build
This commit is contained in:
parent
fe5324a61f
commit
1b0c99053b
|
@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
|
||||||
version = "2.4.3";
|
version = "2.4.3";
|
||||||
buildInputs = [ jdk7 ];
|
buildInputs = [ jdk7 ];
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
protobuf3_2
|
protobuf
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pyyaml
|
pyyaml
|
||||||
] ++ [
|
] ++ [
|
||||||
|
|
Loading…
Reference in a new issue