python{27,39,310,311,312,313,314}: drop Darwin libutil patch

This commit is contained in:
Emily
2024-11-06 00:53:02 +00:00
parent ee802060b8
commit 22f2052ca1
4 changed files with 0 additions and 45 deletions
@@ -271,11 +271,6 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
] ++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch
] ++ optionals (pythonAtLeast "3.7" && pythonOlder "3.11") [
# Fix darwin build https://bugs.python.org/issue34027
./3.7/darwin-libutil.patch
] ++ optionals (pythonAtLeast "3.11") [
./3.11/darwin-libutil.patch
] ++ optionals (pythonAtLeast "3.9" && pythonOlder "3.11" && stdenv.hostPlatform.isDarwin) [
# Stop checking for TCL/TK in global macOS locations
./3.9/darwin-tcl-tk.patch