Merge pull request #8119 from mbbx6spp/fix-dd-agent-package

Fix dd-agent buildInputs to include pythonPackages.psutil
This commit is contained in:
Domen Kožar
2015-06-03 09:11:10 +02:00

View File

@@ -12,7 +12,17 @@ stdenv.mkDerivation rec {
sha256 = "05flcbzpnmhf6qskkccbfk957sl9hhydlp4p5vqhs62hkpwmqwan";
};
buildInputs = [ python unzip makeWrapper pythonPackages.psycopg2 pythonPackages.ntplib pythonPackages.simplejson pythonPackages.pyyaml pythonPackages.requests ];
buildInputs = [
python
unzip
makeWrapper
pythonPackages.psycopg2
pythonPackages.psutil
pythonPackages.ntplib
pythonPackages.simplejson
pythonPackages.pyyaml
pythonPackages.requests
];
propagatedBuildInputs = [ python tornado ];
buildCommand = ''