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
@@ -140,10 +140,6 @@ let
] ++ lib.optionals (x11Support && stdenv.hostPlatform.isDarwin) [
./use-correct-tcl-tk-on-darwin.patch
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
# Fix darwin build https://bugs.python.org/issue34027
../3.7/darwin-libutil.patch
] ++ lib.optionals stdenv.hostPlatform.isLinux [
# Disable the use of ldconfig in ctypes.util.find_library (since