Merge pull request #8119 from mbbx6spp/fix-dd-agent-package
Fix dd-agent buildInputs to include pythonPackages.psutil
This commit is contained in:
commit
23c845f526
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user