le: add psutil to dependencies

This commit is contained in:
Rob Vermaas 2015-05-05 13:26:55 +00:00
parent 232222536e
commit b114eab794

View file

@ -6368,7 +6368,7 @@ let
sha256 = "12l6fqavykjinq286i9pgbbbrv5lq2mmiji91g0m05lfdx9pg4y1";
};
propagatedBuildInputs = with self; [ simplejson ];
propagatedBuildInputs = with self; [ simplejson psutil ];
meta = {
homepage = "https://github.com/logentries/le";