psutil: fix Darwin build
This commit is contained in:
parent
52f2d9ffc8
commit
2a469c4075
@ -14187,6 +14187,8 @@ in modules // {
|
|||||||
# failed tests: https://code.google.com/p/psutil/issues/detail?id=434
|
# failed tests: https://code.google.com/p/psutil/issues/detail?id=434
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
buildInputs = optional stdenv.isDarwin pkgs.darwin.IOKit;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Process and system utilization information interface for python";
|
description = "Process and system utilization information interface for python";
|
||||||
homepage = http://code.google.com/p/psutil/;
|
homepage = http://code.google.com/p/psutil/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user