Merge pull request #12121 from benley/psutil-darwin
psutil: fix Darwin build
This commit is contained in:
commit
c59277605b
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user