python2: fix ctypes.util.find_library with gcc10

Fixes #108243
This commit is contained in:
Orivej Desh
2021-01-06 09:28:43 +00:00
committed by Frederik Rietdijk
parent 5c8df2235a
commit 349585e778
2 changed files with 82 additions and 0 deletions

View File

@@ -114,6 +114,9 @@ let
# libuuid, slowing down program startup a lot).
./no-ldconfig.patch
# Fix ctypes.util.find_library with gcc10.
./find_library-gcc10.patch
] ++ optionals stdenv.hostPlatform.isCygwin [
./2.5.2-ctypes-util-find_library.patch
./2.5.2-tkinter-x11.patch