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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove outdated comment
  • Loading branch information
gcurtis committed Sep 10, 2024
commit 73a524ea7b372d4d7a4d141e6a4c442ce9631778
2 changes: 0 additions & 2 deletions internal/devpkg/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ func patchGlibcFunc(canonicalName string, mode configfile.PatchMode) func() bool
case configfile.PatchNever:
patch = false
}

// Check nix.SystemIsLinux() last because it's slow.
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

})
}
Expand Down
Loading