Skip to content

Commit

Permalink
chore: add more darwin overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 16, 2024
1 parent 84ceb25 commit c136e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/pyproject-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ in
PROJ_INCDIR = "${lib.getDev pkgs.proj}";
});

inherit (prev) pythran;

pyogrio = prev.pyogrio.overrideAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [
final.setuptools
Expand Down

0 comments on commit c136e87

Please sign in to comment.