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 8b7b541 commit c6a6b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pyproject-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
});

psygnal = prev.psygnal.overrideAttrs (_: {
format = null;
src = null;
});
}) // lib.mapAttrs (name: spec: addBuildSystems prev.${name} spec) buildSystemOverrides // {
mysqlclient = prev.mysqlclient.overrideAttrs (attrs: {
Expand Down

0 comments on commit c6a6b5f

Please sign in to comment.