Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fmnxl committed Feb 18, 2024
1 parent b554081 commit 8570d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2893,6 +2893,8 @@ lib.composeManyExtensions [

psutil = super.psutil.overridePythonAttrs (
old: {
# See https://github.com/conda-forge/psutil-feedstock/pull/71/files/8a53fbac242e9cb6c7fe543fdcab554c6c12aecf#r1460167074
NIX_CFLAGS_COMPILE = "-DkIOMainPortDefault=0";
buildInputs = (old.buildInputs or [ ]) ++
lib.optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.IOKit;
}
Expand Down

0 comments on commit 8570d79

Please sign in to comment.