Unverified Commit 34b48d4a authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

python2: fix build with clang 16 on x86_64-darwin

Apply the patch to fix using libutil.h instead of util.h on Darwin for
`forkpty` and `openpty`.
parent 00a0662a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -133,6 +133,11 @@ let

    ] ++ lib.optionals (x11Support && stdenv.isDarwin) [
      ./use-correct-tcl-tk-on-darwin.patch

    ] ++ lib.optionals stdenv.isDarwin [
      # Fix darwin build https://bugs.python.org/issue34027
      ../3.7/darwin-libutil.patch

    ] ++ lib.optionals stdenv.isLinux [

      # Disable the use of ldconfig in ctypes.util.find_library (since