mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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
|
||||
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