cpython: remove upstreamed patch
This patch has been merged in python 3.9.7. https://github.com/python/cpython/commit/4b55837e7c747e0f3bd2df1b5c8996ce86c6f60a
This commit is contained in:
@@ -240,9 +240,6 @@ in with passthru; stdenv.mkDerivation {
|
||||
] ++ optionals (pythonAtLeast "3.9" && stdenv.isDarwin) [
|
||||
# Stop checking for TCL/TK in global macOS locations
|
||||
./3.9/darwin-tcl-tk.patch
|
||||
# ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems
|
||||
# https://github.com/python/cpython/pull/28053
|
||||
./3.9/bpo-44689-ctypes.util.find_library-now-finds-macOS-1.patch
|
||||
] ++ optionals (isPy3k && hasDistutilsCxxPatch) [
|
||||
# Fix for http://bugs.python.org/issue1222585
|
||||
# Upstream distutils is calling C compiler to compile C++ code, which
|
||||
|
||||
Reference in New Issue
Block a user