mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
dd-agent: add docker support
This commit is contained in:
parent
b4ece28aac
commit
4acbfe7d9a
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||
pythonPackages.pyyaml
|
||||
pythonPackages.requests
|
||||
pythonPackages.pymongo
|
||||
pythonPackages.docker
|
||||
];
|
||||
propagatedBuildInputs = [ python tornado ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue