Merge pull request #12121 from benley/psutil-darwin

psutil: fix Darwin build
This commit is contained in:
Arseniy Seroka 2016-01-04 12:51:38 +03:00
commit c59277605b

View file

@ -14182,6 +14182,8 @@ in modules // {
# failed tests: https://code.google.com/p/psutil/issues/detail?id=434
doCheck = false;
buildInputs = optional stdenv.isDarwin pkgs.darwin.IOKit;
meta = {
description = "Process and system utilization information interface for python";
homepage = http://code.google.com/p/psutil/;