Skip to content

patchpkg: patch missing Python refs on darwin #2258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

gcurtis
Copy link
Collaborator

@gcurtis gcurtis commented Sep 9, 2024

This enables the part of Python patching that restores some build dependencies on macOS. This fixes some pip install build errors for packages without needing to manually add dev dependencies on packages like openssl.

This enables the part of Python patching that restores some build
dependencies on macOS. This fixes some `pip install` build errors for
packages without needing to manually add dev dependencies on packages
like openssl.
@gcurtis gcurtis requested review from savil and mikeland73 September 9, 2024 22:07
@@ -189,7 +189,7 @@ func patchGlibcFunc(canonicalName string, mode configfile.PatchMode) func() bool
}

// Check nix.SystemIsLinux() last because it's slow.
return patch && nix.SystemIsLinux()
return patch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to update comment

@gcurtis gcurtis merged commit aaf5670 into main Sep 10, 2024
20 of 24 checks passed
@gcurtis gcurtis deleted the gcurtis/pypatch-darwin branch September 10, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants