psutil: fix Darwin build

This commit is contained in:
Benjamin Staffin 2016-01-03 15:52:21 -08:00
parent 52f2d9ffc8
commit 2a469c4075

View File

@ -14187,6 +14187,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/;