python37: fix darwin build

Remove issue24658 patch because is already fixed and backported to
Python 3.7 178d1c0777
This commit is contained in:
Mario Rodas 2018-12-26 15:36:23 -05:00 committed by Frederik Rietdijk
parent 31680c54e1
commit 1764870813

View File

@ -74,8 +74,8 @@ in stdenv.mkDerivation {
# only works for GCC and Apple Clang. This makes distutils to call C++
# compiler when needed.
(fetchpatch {
url = "https://bugs.python.org/file47669/python-3.8-distutils-C++.patch";
sha256 = "0s801d7ww9yrk6ys053jvdhl0wicbznx08idy36f1nrrxsghb3ii";
url = "https://bugs.python.org/file48016/python-3.x-distutils-C++.patch";
sha256 = "1h18lnpx539h5lfxyk379dxwr8m2raigcjixkf133l4xy3f4bzi2";
})
];